From 7a56f947fb843778a4e865e870327081e9380a11 Mon Sep 17 00:00:00 2001 From: jake Date: Mon, 14 Sep 2020 22:16:54 -0600 Subject: [PATCH] update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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`