From 407c09f8f0d11a1c46d66977d40dcf22275009dd Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 8 Sep 2019 22:15:41 -0400 Subject: [PATCH] readme (#4) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 03d344a..58ce5c7 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ * `cargo test` to run tests # development setup -* grab [libpso](https://github.com/jakeprobst/libpso) -* put -```toml -[patch."http://git.sharnoth.com/jake/libpso"] +grab [libpso](https://github.com/jakeprobst/libpso) and 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` +