fraction / sshcd

Connect with SSH and cd (change directory) with one command.
Other
170 stars 17 forks source link

add makefile for installation and uninstallation #4

Closed maandree closed 10 years ago

maandree commented 10 years ago

Signed-off-by: Mattias Andrée maandree@operamail.com

christianbundy commented 10 years ago

This ooks great, would you mind updating README.md with the usage? I'd rather have it finished in one fell swoop rather than have separate merges for one change. Thanks for the contribution!

maandree commented 10 years ago

Did not think of that, I get right on it. I will an instruction for using git, but if you add a tag annotating the current version I can also make an instruction where the source is downloaded using wget.

Edit: In case you do not know how to create a tag: git tag -a VERSION_NUMBER && git push origin VERSION_NUMBER

christianbundy commented 10 years ago

Done! I tagged it as v1.0.0.

maandree commented 10 years ago

It is ready to be pulled now.