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

@@ -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.
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: