Skip to content

Commit 2d0f829

Browse files
committed
Merge pull request #1 from jjb/patch-1
correct curl invocation and tweak formatting
2 parents 9b92379 + 5d5be58 commit 2d0f829

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Install:
22

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
3+
cd <into some directory where you keep executables in your $PATH>
4+
curl -O https://raw.github.com/codeodor/gem-install-from-git/master/gemgit.sh
5+
chmod 755 gemgit.sh
66

77

88
Use:
99

10-
./gemgit.sh <url to git repository>
10+
./gemgit.sh <url to git repository>
1111

1212
Example:
1313

14-
./gemgit.sh https://github.com/gilesbowkett/utility-belt.git
14+
./gemgit.sh https://github.com/gilesbowkett/utility-belt.git

0 commit comments

Comments
 (0)