Merge pull request #461 from sheercat/fix-gvminstall

fix gvm install
This commit is contained in:
astaxie
2015-04-07 11:13:11 +08:00
4 changed files with 4 additions and 4 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: 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: Then we install Go using the following commands:

View File

@@ -114,7 +114,7 @@ Vous pouvez maintenant ouvrir un terminal et tapez `go`. Vous devriez avoir la m
GVM est un outil de gestion de versions multiples développé par un tiers, comme rvm pour ruby. GVM est un outil de gestion de versions multiples développé par un tiers, comme rvm pour ruby.
Il est simple d'utilisation. Installez GVM avec les commandes suivantes dans votre terminal: Il est simple d'utilisation. Installez GVM avec les commandes suivantes dans votre 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)
Ensuite nous installons Go avec les commandes suivantes: Ensuite nous installons Go avec les commandes suivantes:

View File

@@ -115,7 +115,7 @@ PATHを設定します。`export PATH=$PATH:$GO_INSTALL_DIR/go/bin`
### GVM ### GVM
gvmはサードパーティが開発したGoのバージョン管理ツールです。rubyのrvmツールに似ています。相当使い勝手がいいです。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をインストールすることができます インストールが完了したあと、goをインストールすることができます

View File

@@ -92,7 +92,7 @@ Eğer bilgisayarınız 64-bit ise aşağıdaki gibi bir ekran görmeniz gerekiyo
GVM üçüncü parti çoklu Go versiyonlarını kullanmayı sağlayan bir yazılım, ruby için rvm gibi. Kullanımı oldukça basit. Aşağıdaki komutları terminalinize yazarak kurabilirsiniz: GVM üçüncü parti çoklu Go versiyonlarını kullanmayı sağlayan bir yazılım, ruby için rvm gibi. Kullanımı oldukça basit. Aşağıdaki komutları terminalinize yazarak kurabilirsiniz:
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)
Sonrasında Go'yu kurmak için: Sonrasında Go'yu kurmak için: