Skip to content

Commit

Permalink
Rename the installed executable to glcr
Browse files Browse the repository at this point in the history
Eventually, this will probably be taken care of by setup.py or similar.
For now, it's better not to rename the source file, because that would
break every existing pull request.

Closes #30 and closes #47.
  • Loading branch information
Adam Spiers committed Apr 25, 2015
1 parent 23239cd commit 5eb1822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ Then clone this repository:

and either, for all users:

sudo ln -s $PWD/glacier-cli/glacier.py /usr/local/bin/glacier
sudo ln -s $PWD/glacier-cli/glacier.py /usr/local/bin/glcr

or for just yourself, if you have `~/bin` in your path:

ln -s $PWD/glacier-cli/glacier.py ~/bin/glacier
ln -s $PWD/glacier-cli/glacier.py ~/bin/glcr

Integration with git-annex
--------------------------
Expand Down

0 comments on commit 5eb1822

Please sign in to comment.