17 lines
410 B
Markdown
17 lines
410 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 ```
|
|
[patch."http://git.sharnoth.com/jake/libpso"]
|
|
|
|
libpso = { path = "path/to/libpso" }
|
|
``` at the end of the `Cargo.toml` file
|
|
|
|
# to actually run it
|
|
* `cargo run --bin patch` and `cargo run --bin login`
|