You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
392 B

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