# README
graphwhiz
Use graphviz with a UI!
Compiling from Source
This requires the Go compiler and a C compiler. You can get the Go compiler at https://golang.org/dl.
Installing tools
Once you have a Go and C compiler, go into this folder and run
make install
This will install tools required for building.
Building
Now, just run
make build
To compile it and produce an app bundle for your OS. You can then use this app bundle like an app.
# Functions
No description provided by the author