Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/esimov/diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
esimov committed Jan 3, 2018
2 parents 8c0b956 + 20dfee3 commit f31c37a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
Expand All @@ -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
Expand Down

0 comments on commit f31c37a

Please sign in to comment.