From 5af56f68ae81d9761f58f54e732c829c2ff5f98b Mon Sep 17 00:00:00 2001 From: Paul Houser Date: Thu, 27 Aug 2020 17:54:12 -0700 Subject: [PATCH] updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 867dd94..c7c74f8 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,13 @@ chmod +x generate.py ./init.sh ./generate.py ``` -This will create the directory `~/.config/StartTree` containing the default `config.yaml`, as well as generate the html/css, which you can view by pointing your browser at `$HOME/.cache/StartTree/index.html`. +This will create the directory `~/.config/StartTree` containing the default `config.yaml`, install `starttree.py` to your `$PATH`, as well as generate the html/css, which you can view by pointing your browser at `$HOME/.cache/StartTree/index.html`. ## Config The config should be placed in `~/.config/StartTree/config.yaml` ## Updating the HTML -To re-generate the html/css after editing the config, navigate to the `StartTree` directory and execute `./generate.py`. +To re-generate the html/css after editing the config, execute `starttree.py` from any directory. # Example Config ```yaml