From 0e0f7448d00ae8c6fe3dfce500d72a8d34c5065c Mon Sep 17 00:00:00 2001 From: m455 Date: Sat, 2 Nov 2019 14:43:09 -0400 Subject: [PATCH] updated the readme and renamed some values and functions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61f69b8..938d885 100644 --- a/README.md +++ b/README.md @@ -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