Created
July 31, 2015 06:27
-
-
Save bahamut45/05cb8c39d007a4e6d622 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Faire un update de babun | |
babun update | |
# installation de ruby rubygems rubygems-doc | |
pact install ruby rubygems rubygems-doc | |
# On verifie les versions des divers outils | |
git --version | |
git version 2.1.4 | |
ruby -v | |
ruby 2.2.2p95 (2015-04-13 revision 50295) [i386-cygwin] | |
gem -v | |
2.4.7 | |
# Ajout de homesick | |
gem install homesick | |
Fetching: thor-0.19.1.gem (100%) | |
Successfully installed thor-0.19.1 | |
Fetching: homesick-1.1.2.gem (100%) | |
Successfully installed homesick-1.1.2 | |
Parsing documentation for thor-0.19.1 | |
Installing ri documentation for thor-0.19.1 | |
Parsing documentation for homesick-1.1.2 | |
Installing ri documentation for homesick-1.1.2 | |
Done installing documentation for thor, homesick after 2 seconds | |
2 gems installed | |
# Ajout de chere | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment