From 5857746f39f1fe36a83c6145107ba210d636be6d Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Sat, 27 Jun 2020 21:24:36 -0500 Subject: Basic initial release. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 +``` -- cgit v1.2.3