From bf517c9e667c9933fc7521353f50241f1353067c Mon Sep 17 00:00:00 2001 From: Aleksey Chichenkov Date: Wed, 30 Jan 2019 14:21:40 +0300 Subject: [PATCH] readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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