aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic GUEGAN <loic.guegan@yahoo.fr>2019-02-12 16:58:45 +0100
committerLoic GUEGAN <loic.guegan@yahoo.fr>2019-02-12 16:58:45 +0100
commitea82d7ab422e83f21fc4cb499624344328c46340 (patch)
treed7b2aa05a42daa8096701fa307f9b2d4f704aa5e
parented5eb2211c25e8f8c0b3458cb515b339839fb01f (diff)
Update readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 03ca760..abdafd0 100644
--- a/README.md
+++ b/README.md
@@ -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 requires:
-- Common Lisp (implementation supporting asdf)
+- Common Lisp (Implementation supporting asdf)
- s-xml
How to use it ? Compile it using the following lisp code:
@@ -9,5 +9,5 @@ How to use it ? Compile it using the following lisp code:
> (asdf:operate :build-op "sgp2dot")
Finally invoke `(convert <platform-file> <output-dot-file>)` or use the dedicated *sgp2dot-cl.lisp*
-in your CLI.
+in your CLI. Note that you should change the *sgp2dot-cl.lisp* shebang according to your lisp implementation.