Browse Source

update readme

pbs
jake 4 years ago
parent
commit
7a56f947fb
  1. 5
      README.md

5
README.md

@ -1,6 +1,6 @@
# setup
* get http://rustup.rs
* get the latest nightly `rustup default nightly`
* get a specific nightly version `rustup override set nightly-2020-02-27`. for some reason newer versions give internal compiler errors and I'm not sure if it is my fault or the compilers.
* grab elseware
* `cargo test` to run tests
@ -13,5 +13,4 @@ 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`
* `cargo run`
Loading…
Cancel
Save