diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -10,12 +10,16 @@ The build process is done through `cargo`: cargo build --release ``` +The binary will reside in `target/release/`. + Library documentation can be built through ``` -cargo doc +cargo doc -p modderbaas ``` +Note that the crate is split into a workspace, running `cargo doc` without `-p` will give you the wrong documentation! + ## Usage See `modderbaas help`. |