From 17fe0293d927aafc9d31851caad8cba39604b441 Mon Sep 17 00:00:00 2001 From: Derek Barbosa Date: Wed, 3 Jun 2026 13:47:59 -0400 Subject: [PATCH] README: Add an install instruction Add a few lines describing how to install the binary directly to a user's ~/.cargo/bin for ease of re-use, without having to symlink the target/ directory. Signed-off-by: Derek Barbosa --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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