aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index d77e956..7ea3b84 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,14 @@ For now, `bibiman` is only available via Codeberg. You have to build it from sou
```bash
git clone https://codeberg.org/lukeflo/bibiman
cd bibiman
+
+# Build the binary to /target/release
cargo build --release
+# OR
+# Install the binary to CARGO_HOME which normally is in PATH
+cargo install --path=. --locked
+
# optional: create symlink:
ln -sf /target/release/bibiman ~/.local/bin