diff --git a/doc/install.html b/doc/install.html index 2143d591cb..6bff75c5a0 100644 --- a/doc/install.html +++ b/doc/install.html @@ -250,7 +250,7 @@ $ cd $HOME/go/src/hello $ go build -
+ C:\> cd %USERPROFILE%\go\src\hello C:\Users\Gopher\go\src\hello> go build @@ -267,7 +267,7 @@ $ ./hello hello, world
C:\> cd %USERPROFILE%\go\src\hello C:\Users\Gopher\go\src\hello> go build
+ C:\Users\Gopher\go\src\hello> hello hello, world
C:\Users\Gopher\go\src\hello> hello hello, world