We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b92379 + 5d5be58 commit 2d0f829Copy full SHA for 2d0f829
README
@@ -1,14 +1,14 @@
1
Install:
2
3
-cd <into some directory where you keep executables in your $PATH>
4
-curl https://raw.github.com/codeodor/gem-install-from-git/master/gemgit.sh
5
-chmod 755 gemgit.sh
+ cd <into some directory where you keep executables in your $PATH>
+ curl -O https://raw.github.com/codeodor/gem-install-from-git/master/gemgit.sh
+ chmod 755 gemgit.sh
6
7
8
Use:
9
10
-./gemgit.sh <url to git repository>
+ ./gemgit.sh <url to git repository>
11
12
Example:
13
14
-./gemgit.sh https://github.com/gilesbowkett/utility-belt.git
+ ./gemgit.sh https://github.com/gilesbowkett/utility-belt.git
0 commit comments