diff options
| author | Ondřej Surý <ondrej@sury.org> | 2012-02-29 11:23:13 +0100 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2012-02-29 11:23:13 +0100 |
| commit | b6d7097a0d6072199f2cd74d67404890697cf78a (patch) | |
| tree | a2193c528a79fd5606507568859ee5067c6b86e4 /misc/goplay/doc.go | |
| parent | 4cecda6c347bd6902b960c6a35a967add7070b0d (diff) | |
| download | golang-b6d7097a0d6072199f2cd74d67404890697cf78a.tar.gz | |
Imported Upstream version 2012.02.22upstream-weekly/2012.02.22
Diffstat (limited to 'misc/goplay/doc.go')
| -rw-r--r-- | misc/goplay/doc.go | 6 |
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 |
