partly fix inadequate documentation
This commit is contained in:
parent
ce9ced45a7
commit
ae9ce4d4b3
1 changed files with 8 additions and 5 deletions
13
README.md
13
README.md
|
@ -1,9 +1,12 @@
|
|||
# Doku2Dot
|
||||
|
||||
Macht aus den "Ansible host_vars" ein Diagramm. Nur nützlich zusammen mit den "Ansible host_vars"
|
||||
|
||||
## Dependencies
|
||||
* rust
|
||||
* graphviz
|
||||
evtl
|
||||
*
|
||||
|
||||
* `rust` with `curl -sSf https://static.rust-lang.org/rustup.sh | sh`
|
||||
* `graphviz`
|
||||
|
||||
## Usage
|
||||
cargo run ..ansible/host_vars/* | dot -T png > diagramm.png
|
||||
|
||||
cargo run ../ansible/host_vars/* | dot -T png > diagramm.png
|
||||
|
|
Loading…
Reference in a new issue