diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |
