elseware/README.md

13 lines
392 B
Markdown
Raw Normal View History

2019-08-24 15:32:09 -07:00
# setup
* get http://rustup.rs
2019-09-07 23:41:37 -07:00
* get the latest nightly `rustup default nightly`
* grab elseware
2019-08-25 04:51:44 -07:00
* `cargo test` to run tests
2019-08-28 17:46:12 -07:00
2019-09-07 23:41:37 -07:00
# 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)
2019-08-28 17:46:12 -07:00
# to actually run it
* `cargo run --bin patch` and `cargo run --bin login`