diff options
| author | Loic GUEGAN <loic.guegan@yahoo.fr> | 2019-02-12 16:56:32 +0100 |
|---|---|---|
| committer | Loic GUEGAN <loic.guegan@yahoo.fr> | 2019-02-12 16:56:32 +0100 |
| commit | bf6c713af68c47f32f459c8de420f051a6244f38 (patch) | |
| tree | 5ea5f8c802867adc3a786832a408054bcc96494c | |
| parent | 8b32ec55b7151bbbeb33ea857454689ce9e1d6a0 (diff) | |
Update readme
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |
