diff options
author | Yurii Rashkovskii <[email protected]> | 2011-07-26 03:15:55 -0700 |
---|---|---|
committer | Yurii Rashkovskii <[email protected]> | 2011-07-26 03:15:55 -0700 |
commit | 2d7e965827b822604782175af198ede9c15f2013 (patch) | |
tree | a5a1adc6b8906010ce3fde11c5258dddc674bd98 | |
parent | 3a7056839f498e53c6173145478b8a1677c34f76 (diff) | |
parent | b9ee6edfc356fa9ca30501875c2293c08ddaeca0 (diff) | |
download | kerl-2d7e965827b822604782175af198ede9c15f2013.tar.gz kerl-2d7e965827b822604782175af198ede9c15f2013.tar.bz2 kerl-2d7e965827b822604782175af198ede9c15f2013.zip |
Merge pull request #1 from francois2metz/patch-1
Fix download paths.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ Downloading You can download the script directly from github: - $ curl -O https://raw.github.com/evax/kerl/master/kerl + $ curl -O https://raw.github.com/spawngrid/kerl/master/kerl Then ensure it is executable @@ -22,7 +22,7 @@ Then ensure it is executable and drop it in your $PATH -Optionally download and install kerl's bash_completion file from https://github.com/evax/kerl/raw/master/bash_completion/kerl +Optionally download and install kerl's bash_completion file from https://github.com/spawngrid/kerl/raw/master/bash_completion/kerl How it works ============ |