diff --git a/README.md b/README.md index 73a6e0a..85ea52e 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,12 @@ The `ln` command is a useful command to know so you might want to [read more abo Add the path to the `opt` directory to your `PATH` 4. Open your `.bashrc` file using `vim` or `nano`. -5. Add the following line to the end of your `.bashrc` file. + - `vim ~/.bashrc` +6. Add the following line to the end of your `.bashrc` file. - `export PATH="/home/FCAM/$USER/opt/:$PATH"` -6. Source your `.bashrc` so the change takes effect. +7. Source your `.bashrc` so the change takes effect. - `source ~/.bashrc` -7. Check if the new `opt` directory is in your `PATH`. +8. Check if the new `opt` directory is in your `PATH`. - `echo $PATH | grep "$USER/opt"` - You should see your username and opt in red