diff --git a/README.md b/README.md index 6213f9d..4991eb9 100644 --- a/README.md +++ b/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`