Update README: add installation instructions for Linux and macOS using Cargo

This commit is contained in:
2025-10-02 15:27:27 +02:00
parent b60a317788
commit 23e86591d1

View File

@@ -70,6 +70,19 @@ The OWLEN interface features a clean, multi-panel layout with vim-inspired navig
(defaults to `http://localhost:11434`) (defaults to `http://localhost:11434`)
- A terminal that supports 256 colors - 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 ### Clone and Build
```bash ```bash