diff --git a/README.md b/README.md index cf98d0f..5b6ef80 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,19 @@ ```bash npm install ``` +## One Minute Guide +You can fast use example: +```bash +npm install +./build_example.sh +cd examples/ +node lexme.js +``` + ## Start ```bash -node main.js -o= -t= <-nb|--no-beautify> +node main.js -inp= -o= -t= <-nb|--no-beautify> <-logs> ``` or ```bash @@ -22,9 +31,11 @@ Result fill write in file. ## Flags ```bash +-inp= -o= -t= -nb|--no-beautify +-logs ``` ## Test