Minor bug fixes
This commit is contained in:
21
README.md
21
README.md
@@ -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 🍾 🥂!
|
||||
|
||||
Reference in New Issue
Block a user