Update README.md

main
Jesse Laprade 2018-10-10 09:20:09 -04:00 committed by GitHub
parent 960358f693
commit 2a3d732368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -38,15 +38,15 @@ By: Jesse Laprade
### GNU/Linux
* Setup a $PATH
1. Setup a $PATH
1. Create a directory for your `$PATH` by running `mkdir ~/bin/`
2. Associate your `$PATH` with the ~/bin/ folder you created by running `echo "export PATH=~/bin:\$PATH" >> .bashrc`
* Using the binary
2. Using the binary
1. Copy the rodo binary file to your `$PATH` folder by running `cp /path/to/rodo ~/bin/`
2. Make the rodo binary file executable by running `chmod u+x ~/bin/rodo`
* Creating a wrapper
3. Creating a wrapper
1. Create an empty wrapper file by running `touch ~/bin/rodo`.
2. Add the following contents show below to it
```