mirror of
https://github.com/Paul-Houser/StartTree.git
synced 2024-11-21 23:13:06 +01:00
updated README
This commit is contained in:
parent
14a00433f8
commit
5af56f68ae
@ -29,13 +29,13 @@ chmod +x generate.py
|
|||||||
./init.sh
|
./init.sh
|
||||||
./generate.py
|
./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
|
## Config
|
||||||
The config should be placed in `~/.config/StartTree/config.yaml`
|
The config should be placed in `~/.config/StartTree/config.yaml`
|
||||||
|
|
||||||
## Updating the HTML
|
## 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
|
# Example Config
|
||||||
```yaml
|
```yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user