Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added Graphviz reference to make docs description
  • Loading branch information
thetoster authored Jun 17, 2016
1 parent d773595 commit 7721b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Note that for our purposes the terms *user* and *developer* have the following d

The Awa API documentation is available as a Doxygen presentation which is generated via the following process.

1. Install [Doxygen ](http://www.stack.nl/~dimitri/doxygen/download.html): ```` sudo apt-get install doxygen````
1. Install [Doxygen ](http://www.stack.nl/~dimitri/doxygen/download.html) and [Graphviz](http://www.graphviz.org): ```` sudo apt-get install doxygen graphviz````

2. Generate the documentation: ```` make docs````

Expand Down

0 comments on commit 7721b60

Please sign in to comment.