diff --git a/README.md b/README.md index 03200f2..065cde2 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,15 @@ cargo build --release Binaries end up in target/release +### (Optional) Installation + +Install to your ~/.cargo/bin (if specified in your $SHELL profile) + +```bash +# From the root of the semcode repository +cargo install --path . +``` + ### Basic Usage ```bash