diff --git a/README.md b/README.md index 6b6e1e5..9887769 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,19 @@ The OWLEN interface features a clean, multi-panel layout with vim-inspired navig (defaults to `http://localhost:11434`) - A terminal that supports 256 colors +### Installation from Source on Linux and macOS + +```bash +git clone https://somegit.dev/Owlibou/owlen.git +cd owlen +cargo install --path crates/owlen-cli +``` + +**Note**: Make sure `~/.cargo/bin` is in your PATH to run the installed binary: +```bash +export PATH="$HOME/.cargo/bin:$PATH" +``` + ### Clone and Build ```bash