diff --git a/README.md b/README.md index 5815a47..821f06b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README.zh.md b/README.zh.md index a527eea..968f8a9 100644 --- a/README.zh.md +++ b/README.zh.md @@ -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 的 macOS(VibeBox 使用了 Apple 的虚拟化 API)。 @@ -154,7 +151,7 @@ vibebox explain # 显示挂载与网络信息 ### 使用 VibeBox -欢迎使用,也别忘了顺手帮 VibeBox 做点宣传! +欢迎使用 ### FAQ