fix gvm install

This commit is contained in:
Tomoo Amano
2015-04-07 11:31:53 +09:00
parent 172de02f9f
commit aee7f4990c
3 changed files with 3 additions and 3 deletions

View File

@@ -115,7 +115,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をインストールすることができます