updated the readme and renamed some values and functions

main
m455 2019-11-02 14:43:09 -04:00
parent e7d70043e5
commit 0e0f7448d0
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ these files or scripts from any directory on your machine.
Tip: If you have set up a `$PATH` already, then skip to the next step, [Adding rodo to your $PATH](https://github.com/m455/rodo#adding-rodo-to-your-path).
1. Create a directory for your `$PATH` by running `mkdir ~/bin/`
2. Add your newly-created `~/bin/` to your `$PATH` by running `echo "export PATH=~/bin:\$PATH" >> .bashrc`
2. Add your newly-created `~/bin/` directory to your `$PATH` by running `echo "export PATH=~/bin:\$PATH" >> .bashrc`
## Adding rodo to your $PATH