From 1a91a68d52f40e3a04535dab9093852ddb02519f Mon Sep 17 00:00:00 2001 From: Salvatore Ingala <6681844+bigspider@users.noreply.github.com> Date: Fri, 14 Feb 2020 15:21:58 +0000 Subject: [PATCH] typo, bash_rc ==> bashrc --- apps/cli/INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/cli/INSTALL.md b/apps/cli/INSTALL.md index 80068e0..6eca6d1 100644 --- a/apps/cli/INSTALL.md +++ b/apps/cli/INSTALL.md @@ -13,9 +13,9 @@ For example, for user alice running a UNIX system and having `apps` in her home export PYTHONPATH=$PYTHONPATH:/home/alice/ -You should also include the command in your `.bash_rc` to avoid having to run it every time you open a new terminal. You can do it by running: +You should also include the command in your `.bashrc` to avoid having to run it every time you open a new terminal. You can do it by running: - echo 'export PYTHONPATH=$PYTHONPATH:' >> ~/.bash_rc + echo 'export PYTHONPATH=$PYTHONPATH:' >> ~/.bashrc Once the `PYTHONPATH` is set, you should be able to run `wt_cli` straightaway. Try it by running: @@ -32,4 +32,4 @@ Notice that if you run `wt_cli` as a module, you'll need to replace all the call ## Modify configuration parameters If you'd like to modify some of the configuration defaults (such as the user directory, where the logs and appointment receipts will be stored) you can do so in the config file located at: - /apps/cli/conf.py \ No newline at end of file + /apps/cli/conf.py