Skip to content

Commit 507e892

Browse files
committed
2 parents 2782fc4 + 848a11f commit 507e892

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ to install ERDot:
2020

2121
```pip install ERDot```
2222

23-
you may also need to [install graphvis](https://graphviz.org/download/) to be able to create images of the dot files generated.
23+
you may also need to [install graphvis](https://graphviz.org/download/) to be able to create images of the dot files generated. If you don't want to install graphviz, you can copy the contents of the generated dot file into an [online grapviz viewer](https://edotor.net).
2424

2525
## CLI Usage
2626
```
@@ -32,14 +32,16 @@ Options:
3232
--help Show this message and exit.
3333
```
3434

35-
Note that after generating the .dot file, you will still need to output it to your desired format using graphvis. An example of how to do this:
35+
Note that after generating the .dot file, you will still need to output it to your desired format using graphviz. An example of how to do this:
3636

3737
```bash
3838
erdot -i inputFile.erd.json
3939

4040
dot ERDotOutput.dot -Tpng -o imageFile.png
4141
```
4242

43+
(You could also copy and paste the contents of the .dot file into an [online graphviz viewer](https://edotor.net))
44+
4345
## ERDJSON format:
4446
```json
4547
{

0 commit comments

Comments
 (0)