diff options
author | Dominick Allen <dominick.allen1989@gmail.com> | 2020-06-27 21:24:36 -0500 |
---|---|---|
committer | Dominick Allen <dominick.allen1989@gmail.com> | 2020-06-27 21:24:36 -0500 |
commit | 5857746f39f1fe36a83c6145107ba210d636be6d (patch) | |
tree | 4078ff59fd69bcb1bc547f1597873df453b88c6b /README.md | |
parent | 566339318db89bcc434c248f86375708239d235d (diff) |
Basic initial release.v0.1.2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..817db6d --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# chisaigo + +A small LISP interpreter. + +### Prerequisites +Cargo and Rust are required to build chisaigo. If you use linux or BSD, you can +use your package manager to install them. If your distro does not provide them, +or you use OSX or Windows, follow the instructions at +[https://www.rust-lang.org/tools/install]. + +### Installation +```bash +git clone https://git.librehumanitas.org/chisaigo.git +cd chisaigo +cargo run +``` |