From 4d9720ba82078e860849ca91c3d541c363bc60ea Mon Sep 17 00:00:00 2001 From: Endre Simo Date: Wed, 22 Nov 2017 08:38:38 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46f85bd..0edffb5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ A shell script is included to watch the output folder changes and automatically sudo apt install inotify-tools ``` -Then you can use the provided shell script by typing `$ ./watch`. +After this you can use the provided shell script by running `$ ./watch`. **Update:** *The included shell script is not needed anymore, because an internal image viewer is bundled into the application.* From 20dfee33733651058de13842bd46ec48b0f4d5ab Mon Sep 17 00:00:00 2001 From: Endre Simo Date: Wed, 22 Nov 2017 08:40:45 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0edffb5..523af94 100644 --- a/README.md +++ b/README.md @@ -44,19 +44,19 @@ Usage of diagram: #### CLI Examples -Read input from `sample.txt` and write image to `sample.png` showing a preview window with the hand drawn diagram +Read input from `sample.txt` and write image to `sample.png` showing a preview window with the hand drawn diagram: ```bash diagram -in sample.txt -out sample.png ``` -Read input from `sample.txt` and write image to `sample.png`, and exit immediately without showing a preview window +Read input from `sample.txt` and write image to `sample.png`, and exit immediately without showing a preview window: ```bash diagram -in sample.txt -out sample.png -preview=false ``` -Generate diagram as above but use a font at a different location +Generate diagram as above but use a font at a different location: ```bash diagram -in sample.txt -out sample.png -preview=false -font /path/to/my/font/MyHandwriting.ttf