docs: update
icyphox icyph0x@protonmail.com
Fri, 16 Mar 2018 14:55:09 +0530
1 files changed,
7 insertions(+),
2 deletions(-)
jump to
M
README.md
→
README.md
@@ -4,11 +4,16 @@
## Usage ```console $ vite.py new <project-path> -$ cd <project-path> ``` Write your Markdown files in `pages/` and ```console -$ make.py +$ vite.py build <project-path> +``` + +*OR* + +```console +$ make.py # at the project directory ``` Rendered HTML will be in `build/`