Skip to content

Commit 50ad42b

Browse files
committed
Merge pull request astaxie#461 from sheercat/fix-gvminstall
fix gvm install
2 parents 172de02 + aee7f49 commit 50ad42b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fr/01.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Vous pouvez maintenant ouvrir un terminal et tapez `go`. Vous devriez avoir la m
114114
GVM est un outil de gestion de versions multiples développé par un tiers, comme rvm pour ruby.
115115
Il est simple d'utilisation. Installez GVM avec les commandes suivantes dans votre terminal:
116116

117-
bash < <(curl -s https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer)
117+
bash < <(curl -s -S -L https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer)
118118

119119
Ensuite nous installons Go avec les commandes suivantes:
120120

ja/01.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ PATHを設定します。`export PATH=$PATH:$GO_INSTALL_DIR/go/bin`
115115
### GVM
116116
gvmはサードパーティが開発したGoのバージョン管理ツールです。rubyのrvmツールに似ています。相当使い勝手がいいです。gvmをインストールするには以下のコマンド実行します:
117117

118-
bash < <(curl -s https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer)
118+
bash < <(curl -s -S -L https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer)
119119

120120
インストールが完了したあと、goをインストールすることができます:
121121

tr/01.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Eğer bilgisayarınız 64-bit ise aşağıdaki gibi bir ekran görmeniz gerekiyo
9292

9393
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:
9494

95-
bash < <(curl -s https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer)
95+
bash < <(curl -s -S -L https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer)
9696

9797
Sonrasında Go'yu kurmak için:
9898

0 commit comments

Comments
 (0)