docs: update usage instructions
Anirudh icyph0x@protonmail.com
Sat, 14 Apr 2018 10:40:00 +0530
1 files changed,
2 insertions(+),
8 deletions(-)
jump to
M
README.md
→
README.md
@@ -13,19 +13,13 @@ Usage
----- ```console -$ vite.py new <project-path> +$ ./vite.py new <project-path> ``` Write your Markdown files in the `pages` directory and execute ```console -$ vite.py build <project-path> -``` - -**OR** - -```console -$ vite.py build . # to build the current directory +$ ./make.py # in project directory ``` Rendered HTML will be in the `build` directory.