dev #26

Merged
vikingowl merged 3 commits from dev into main 2025-10-02 15:28:25 +02:00
Showing only changes of commit 23e86591d1 - Show all commits

View File

@@ -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