mirror of
https://github.com/robcholz/vibebox.git
synced 2026-08-15 18:00:18 +02:00
doc: changes
This commit is contained in:
@@ -65,17 +65,14 @@ curl -fsSL https://raw.githubusercontent.com/robcholz/vibebox/main/install | bas
|
||||
# Package managers
|
||||
cargo install vibebox
|
||||
|
||||
# Or manually (bad)
|
||||
# Or manually
|
||||
curl -LO https://github.com/robcholz/vibebox/releases/download/latest/vibebox-macos-arm64.zip
|
||||
unzip vibebox-macos-arm64.zip
|
||||
mkdir -p ~/.local/bin
|
||||
mv vibe ~/.local/bin
|
||||
mv vibebox ~/.local/bin
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
```
|
||||
|
||||
> [!TIP]
|
||||
> We truly recommend you to use `YOLO` to install.
|
||||
|
||||
**Requirements**
|
||||
|
||||
- macOS on Apple Silicon (Vibebox uses Apple's virtualization APIs).
|
||||
@@ -162,7 +159,7 @@ submitting a pull request.
|
||||
|
||||
### Using VibeBox
|
||||
|
||||
Feel free to use, but remember to promote VibeBox as well!
|
||||
Feel free to use
|
||||
|
||||
### FAQ
|
||||
|
||||
|
||||
Reference in New Issue
Block a user