From 7f4f17680bcf23b2eb0d265cc9f35a9403f5537e Mon Sep 17 00:00:00 2001 From: lukeflo Date: Sun, 6 Oct 2024 14:23:43 +0200 Subject: update install hints --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3