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
32696475
Commit
32696475
authored
Dec 16, 2009
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/install.html: how to update to a new release
Fixes #422. R=r CC=golang-dev
https://golang.org/cl/180057
parent
b5866494
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
install.html
doc/install.html
+13
-0
No files found.
doc/install.html
View file @
32696475
...
...
@@ -301,6 +301,19 @@ gives more detail about
the process of building and testing Go programs.
</p>
<h2>
Keeping up with releases
</h2>
<p>
New releases are announced on the
<a
href=
"http://groups.google.com/group/golang-nuts"
>
Go Nuts
</a>
mailing list.
To update an existing tree to the latest release, you can run:
</p>
<pre>
$ cd $GOROOT/src
$ hg pull
$ hg update release
$ make all
</pre>
<h2>
Community resources
</h2>
<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