diff options
author | Camil Staps | 2016-04-27 10:37:13 +0200 |
---|---|---|
committer | Camil Staps | 2016-04-27 10:37:13 +0200 |
commit | 1af150e798c1580be42bc9e8f3880edbeb6fef29 (patch) | |
tree | 7f924f98de03ab054481f2050e5fd551a4dc9855 /README.md | |
parent | Initial commit (diff) |
Nicer cli
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,6 +1,16 @@ # CleanSmurf Smurf interpreter in Clean +## Installation + + $ make + +## Usage + + $ ./run -i hello.smf + +There are more command line flags, see `./run -?`. + ## Copyright & license Copyright © 2016 Camil Staps. Licensed under MIT, see LICENSE. |