Skip to content

Commit a358eba

Browse files
committed
Install go1.4 first, then go1.9
1 parent c4396ba commit a358eba

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Installation.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,14 @@ source $HOME/.gvm/scripts/gvm
4545
```
4646

4747
#### Install Go
48-
```sh
49-
gvm install go1.9
50-
gvm use go1.9 --default
51-
```
52-
5348
In China, use `--source=https://github.com/golang/go` to bypass firewall when fetching golang source.
5449

5550
```sh
5651
gvm install go1.4 --source=https://github.com/golang/go
5752
gvm use go1.4
53+
54+
gvm install go1.9
55+
gvm use go1.9 --default
5856
```
5957

6058
#### Installation issues

0 commit comments

Comments
 (0)