doc: changes

This commit is contained in:
robcholz
2026-02-08 20:00:17 -05:00
parent 65bfc0b34d
commit 0e4c4c7f53
2 changed files with 7 additions and 13 deletions
+3 -6
View File
@@ -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
+4 -7
View File
@@ -53,23 +53,20 @@ sessions,同时还保留明确的硬隔离边界。
### 安装
```bash
# YOLO:一键安装(推荐)
# YOLO:一键安装
curl -fsSL https://raw.githubusercontent.com/robcholz/vibebox/main/install | bash
# Cargo
cargo install vibebox
# 或者手动安装(不推荐)
# 或者手动安装
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]
> 强烈建议直接用 `YOLO` 方式安装,省事且更不容易踩坑。
**系统要求**
- Apple Silicon 的 macOSVibeBox 使用了 Apple 的虚拟化 API)。
@@ -154,7 +151,7 @@ vibebox explain # 显示挂载与网络信息
### 使用 VibeBox
欢迎使用,也别忘了顺手帮 VibeBox 做点宣传!
欢迎使用
### FAQ