summaryrefslogtreecommitdiff
path: root/misc/goplay/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc/goplay/doc.go')
-rw-r--r--misc/goplay/doc.go6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/goplay/doc.go b/misc/goplay/doc.go
index 9685551bd..fd4a28e71 100644
--- a/misc/goplay/doc.go
+++ b/misc/goplay/doc.go
@@ -5,11 +5,9 @@
// Goplay is a web interface for experimenting with Go code.
// It is similar to the Go Playground: http://golang.org/doc/play/
//
-// To use goplay, first build and install it:
+// To use goplay:
// $ cd $GOROOT/misc/goplay
-// $ gomake install
-// Then, run it:
-// $ goplay
+// $ go run goplay.go
// and load http://localhost:3999/ in a web browser.
//
// You should see a Hello World program, which you can compile and run by