elseware/README.md

13 lines
392 B
Markdown

# setup
* get http://rustup.rs
* get the latest nightly `rustup default nightly`
* grab elseware
* `cargo test` to run tests
# development setup
* grab [libpso](https://github.com/jakeprobst/libpso)
* put `paths = ["/path/to/libpso"]` in the `.cargo/config` file in the elseware directory (you may need to make it)
# to actually run it
* `cargo run --bin patch` and `cargo run --bin login`