I hate markdown

This commit is contained in:
jake 2019-09-08 18:37:24 -07:00
parent de59fc0166
commit 879a41bc60

View File

@ -6,11 +6,12 @@
# development setup # development setup
* grab [libpso](https://github.com/jakeprobst/libpso) * grab [libpso](https://github.com/jakeprobst/libpso)
* put ``` * put
```toml
[patch."http://git.sharnoth.com/jake/libpso"] [patch."http://git.sharnoth.com/jake/libpso"]
libpso = { path = "path/to/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 # to actually run it
* `cargo run --bin patch` and `cargo run --bin login` * `cargo run --bin patch` and `cargo run --bin login`