fix gvm install

This commit is contained in:
Tomoo Amano
2015-04-07 11:31:53 +09:00
committed by James Miranda
parent c94206ba49
commit 9123607a64
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ Go to the [download page]((http://code.google.com/p/go/downloads/list), choose `
GVM is a Go multi-version control tool developed by a third-party, like rvm for ruby. It's quite easy to use. Install gvm by typing the following commands in your terminal:
bash < <(curl -s https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer)
bash < <(curl -s -S -L https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer)
Then we install Go using the following commands:

View File

@@ -111,7 +111,7 @@ PATHを設定します。`export PATH=$PATH:$GO_INSTALL_DIR/go/bin`
### GVM
gvmはサードパーティが開発したGoのバージョン管理ツールです。rubyのrvmツールに似ています。相当使い勝手がいいです。gvmをインストールするには以下のコマンド実行します
bash < <(curl -s https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer)
bash < <(curl -s -S -L https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer)
インストールが完了したあと、goをインストールすることができます