Minor bug fixes

This commit is contained in:
2026-01-08 15:00:59 +01:00
parent 8a113a9bbe
commit 8c49339452
2 changed files with 52 additions and 32 deletions

View File

@@ -101,24 +101,10 @@ Download platform-specific binaries:
# Extract and install
unzip oai_vx.x.x_mac_arm64.zip # or `oai_vx.x.x-linux-x86_64.zip`
chmod +x oai
mkdir -p ~/.local/bin
mkdir -p ~/.local/bin # Remember to add this to your path. Or just move to folder already in your $PATH
mv oai ~/.local/bin/
```
### Option 3: Build Your Own Binary
```bash
# Install build dependencies
pip install -r requirements.txt
pip install nuitka ordered-set zstandard
# Run build script
chmod +x build.sh
./build.sh
# Binary will be in dist/oai
cp dist/oai ~/.local/bin/
```
### Alternative: Shell Alias
@@ -508,6 +494,7 @@ Full license: https://opensource.org/licenses/MIT
**Rune Olsen**
- Homepage: https://ai.fubar.pm/
- Blog: https://blog.rune.pm
- Project: https://iurl.no/oai
@@ -527,3 +514,7 @@ Contributions welcome! Please:
---
**Star ⭐ this project if you find it useful!**
---
Did you really read all the way down here? WOW! You deserve a 🍾 🥂!