Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
07d2195c
Commit
07d2195c
authored
Nov 25, 2013
by
Oling Cat
Committed by
Andrew Gerrand
Nov 25, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/install.html: fix a tag.
R=golang-dev, adg CC=golang-dev
https://golang.org/cl/30900044
parent
74eb115b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
install.html
doc/install.html
+3
-3
No files found.
doc/install.html
View file @
07d2195c
...
...
@@ -98,12 +98,12 @@ variable. You can do this by adding this line to your <code>/etc/profile</code>
export PATH=$PATH:/usr/local/go/bin
</pre>
<h4
id=
"tarball_non_standard"
>
Installing to a custom location
</h
3
>
<h4
id=
"tarball_non_standard"
>
Installing to a custom location
</h
4
>
<p>
The Go binary distributions assume they will be installed in
<code>
/usr/local/go
</code>
(or
<code>
c:\Go
</code>
under Windows),
but it is possible to install the Go tools to a different location.
but it is possible to install the Go tools to a different location.
In this case you must set the
<code>
GOROOT
</code>
environment variable
to point to the directory in which it was installed.
</p>
...
...
@@ -234,7 +234,7 @@ You just need to do a little more setup.
</p>
<p>
The
<a
href=
"/doc/code.html"
>
How to Write Go Code
</a>
document
The
<a
href=
"/doc/code.html"
>
How to Write Go Code
</a>
document
provides
<b>
essential setup instructions
</b>
for using the Go tools.
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment