aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic GUEGAN <loic.guegan@yahoo.fr>2019-02-12 16:57:53 +0100
committerLoic GUEGAN <loic.guegan@yahoo.fr>2019-02-12 16:57:53 +0100
commited5eb2211c25e8f8c0b3458cb515b339839fb01f (patch)
tree25127753d1bc4425291fcd40a50b606552cc04fa
parentbf6c713af68c47f32f459c8de420f051a6244f38 (diff)
Update readme
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9a44eaf..03ca760 100644
--- a/README.md
+++ b/README.md
@@ -7,5 +7,7 @@
How to use it ? Compile it using the following lisp code:
> (asdf:operate :build-op "sgp2dot")
-Finally invoke `./sgp2dot-cl.lisp <platform-file> <output-dot-file>`
+
+Finally invoke `(convert <platform-file> <output-dot-file>)` or use the dedicated *sgp2dot-cl.lisp*
+in your CLI.