all repos — py-vite @ 2d46c9c9cb52bda461ae2c733611beea8b312060

the original vite, written in python

docs: update usage instructions
Anirudh icyph0x@protonmail.com
Sat, 14 Apr 2018 10:40:00 +0530
commit

2d46c9c9cb52bda461ae2c733611beea8b312060

parent

dd55790a7f2655dbddc6381f7d85444acd29bfea

1 files changed, 2 insertions(+), 8 deletions(-)

jump to
M README.mdREADME.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.