Update Database Instructions authored by Derek Williams's avatar Derek Williams
Assuming you have cloned the repository in the following location `/Scratch/${USER}/FreshmanRPGSuite`, you can add the following code to your `~/.bash_profile` file in your lab machine's home directory to easily access the `frpg` utility script.
Assuming you have cloned the repository in the following location `/Scratch/${USER}/FreshmanRPGSuite`, you can add the following code to your `~/.bashrc` file in your lab machine's home directory to easily access the `frpg` utility script.
If the file is not there, please create it using the following command: `touch ~/.bash_profile`.
If the file is not there, please create it using the following command: `touch ~/.bashrc`.
You do not need to modify the code to replace your username, as the terminal will replace it for you. You can simply copy-paste the code into the file.
......@@ -14,3 +14,4 @@ fi
## What does this code do?
It searches the computer you're on for the FreshmanRPGSuite utility script. If it finds the script, it will add a `frpg` command line alias that runs the script.
You may need to close and reopen the terminal or run `source ~/.bashrc` to update your bash commands.
\ No newline at end of file