Add install script

Existing fisherman installation script installs fisherman into $PWD,
which is undesirable. Most users will want this as default.

Maybe http://install.fisherman.sh can point this file in the near
future.

Closes #59
This commit is contained in:
Hyeon Kim 2016-01-21 00:15:32 +09:00
parent a6a6e506e4
commit 248618f91b

6
tools/install.fish Normal file
View file

@ -0,0 +1,6 @@
pushd
git clone https://github.com/fisherman/fisherman ~/.fisherman --depth=1
cd ~/.fisherman
make
popd
exec fish < /dev/tty