aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvax Software <[email protected]>2016-04-15 09:36:24 +0200
committerEvax Software <[email protected]>2016-04-15 09:36:24 +0200
commita1267ac340042d41cd8d8e62b776bc4f8d322631 (patch)
tree225d6986418df74f6c567d2e7290d1a09cc7f0b9
parentfc570610885090bf70579ed81eb6cbaff4df7e84 (diff)
parent9697279603f136ada749e0f4299ca647093ec3c2 (diff)
downloadkerl-a1267ac340042d41cd8d8e62b776bc4f8d322631.tar.gz
kerl-a1267ac340042d41cd8d8e62b776bc4f8d322631.tar.bz2
kerl-a1267ac340042d41cd8d8e62b776bc4f8d322631.zip
Merge pull request #118 from kerl/yrashk-patch-1
Fix links in the README
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b51f0bb..352495f 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Downloading
You can download the script directly from github:
- $ curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl
+ $ curl -O https://raw.githubusercontent.com/kerl/kerl/master/kerl
Then ensure it is executable
@@ -20,9 +20,9 @@ Then ensure it is executable
and drop it in your $PATH
-Optionally download and install kerl's bash_completion file from https://github.com/yrashk/kerl/raw/master/bash_completion/kerl
+Optionally download and install kerl's bash_completion file from https://github.com/kerl/kerl/raw/master/bash_completion/kerl
-Optionally download and install kerl's zsh-completion file from https://github.com/yrashk/kerl/raw/master/zsh_completion/_kerl
+Optionally download and install kerl's zsh-completion file from https://github.com/kerl/kerl/raw/master/zsh_completion/_kerl
How it works