Added install isntructions

This commit is contained in:
Dylan 2016-01-09 13:27:37 +11:00
parent ea3508f7a0
commit 99b2946c70
1 changed files with 26 additions and 0 deletions

View File

@ -64,6 +64,27 @@ These are the script's optional dependencies:
<!-- }}} -->
<!-- Installation {{{ -->
## Installation
### Arch
1. Install ```fetch-git``` from the aur.
### Others
1. Download the latest source at https://github.com/dylanaraps/fetch
2. Make the file executable using chmod. ```chmod +x /path/to/fetch```
3. Move the script to somewhere in your $PATH or just run it from where it is.
<!-- }}} -->
<!-- Usage {{{ -->
@ -188,6 +209,9 @@ Here's what's on my todo list
<!-- }}} -->
<!-- Thanks {{{ -->
### Thanks
Thanks to:
@ -200,3 +224,5 @@ Thanks to:
- @xDemonessx: Helping me test the Windows version.
<!-- }}} -->