Added install isntructions
This commit is contained in:
parent
ea3508f7a0
commit
99b2946c70
26
Readme.md
26
Readme.md
|
@ -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 {{{ -->
|
<!-- Usage {{{ -->
|
||||||
|
|
||||||
|
|
||||||
|
@ -188,6 +209,9 @@ Here's what's on my todo list
|
||||||
<!-- }}} -->
|
<!-- }}} -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Thanks {{{ -->
|
||||||
|
|
||||||
|
|
||||||
### Thanks
|
### Thanks
|
||||||
|
|
||||||
Thanks to:
|
Thanks to:
|
||||||
|
@ -200,3 +224,5 @@ Thanks to:
|
||||||
|
|
||||||
- @xDemonessx: Helping me test the Windows version.
|
- @xDemonessx: Helping me test the Windows version.
|
||||||
|
|
||||||
|
|
||||||
|
<!-- }}} -->
|
||||||
|
|
Reference in New Issue