docs: note about symlinked make.py
Anirudh icyph0x@protonmail.com
Sat, 14 Apr 2018 14:33:48 +0530
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
README.md
→
README.md
@@ -16,6 +16,7 @@ Clone this repo and:
```console $ pip3 install -r requirements.txt ``` +**NOTE**: Don't delete the cloned repo, since `make.py` is symlinked upon project creation. Usage -----@@ -23,7 +24,7 @@
```console $ ./vite.py new <project-path> ``` -Write your Markdown files in the `pages` directory and execute +Write your Markdown files in the `pages` directory and execute: ```console $ ./make.py # in project directory ```