elseware/README.md

17 lines
410 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)
2019-09-08 18:34:56 -07:00
* put ```
[patch."http://git.sharnoth.com/jake/libpso"]
2019-09-08 18:35:45 -07:00
2019-09-08 18:33:43 -07:00
libpso = { path = "path/to/libpso" }
``` at the end of the `Cargo.toml` file
2019-09-07 23:41:37 -07:00
2019-08-28 17:46:12 -07:00
# to actually run it
* `cargo run --bin patch` and `cargo run --bin login`