Update readme

This commit is contained in:
Loic GUEGAN 2019-02-12 16:56:32 +01:00
parent 8b32ec55b7
commit bf6c713af6

View file

@ -1,7 +1,7 @@
# Simgrid platform to dot file converter
**sgp2dot** is a [Simgrid](https://simgrid.org) platform to [Graphiz dot file](http://graphviz.org/) convert implemented in Lisp. It require:
- Common Lisp (supporting asdf)
**sgp2dot** is a [Simgrid](https://simgrid.org) platform to [Graphiz dot file](http://graphviz.org/) convert implemented in Lisp. It requires:
- Common Lisp (implementation supporting asdf)
- s-xml
How to use it ? Compile it using the following lisp code: