edit README, ast, remove redundant modules

This commit is contained in:
Mark Thom
2018-09-03 22:02:15 -06:00
parent ff9d2662e6
commit 1c1eda8345
5 changed files with 11 additions and 239 deletions

View File

@@ -85,18 +85,15 @@ strings.
First, install the latest stable version of
[Rust](https://www.rust-lang.org/en-US/install.html) using your
preferred method. Then clone the rusty-wam repo and build it with
cargo, like so:
preferred method. Then install the latest rusty-wam with cargo,
like so:
```
$> git clone https://github.com/mthom/rusty-wam --recursive
$> cd rusty-wam
$> cargo build
$> cargo install rusty-wam
```
cargo will download and install the libraries rusty-wam uses
automatically. rusty-wam can be run with the command `cargo run`, and
likewise tests can be run with `cargo test`.
automatically.
Note on compatibility: rusty-wam should work on Linux, Mac OS X, and
FreeBSD. Windows support hinges on the Termion library working in