From 879a41bc60a9a9db0712b737c029b3e98582c827 Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 8 Sep 2019 18:37:24 -0700 Subject: [PATCH] I hate markdown --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4736355..03d344a 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,12 @@ # development setup * grab [libpso](https://github.com/jakeprobst/libpso) -* put ``` +* put +```toml [patch."http://git.sharnoth.com/jake/libpso"] - libpso = { path = "path/to/libpso" } -``` at the end of the `Cargo.toml` file +``` +at the end of the `Cargo.toml` file # to actually run it * `cargo run --bin patch` and `cargo run --bin login`