Skip to content

Commit f9e1147

Browse files
fix: correct install directory path from /usr/local/bin to ~/.openboot/bin
Documentation incorrectly stated OpenBoot installs to /usr/local/bin or /opt/homebrew/bin. Corrected to show actual install location: ~/.openboot/bin with automatic PATH configuration. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent e1fa426 commit f9e1147

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/docs/cli-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ openboot snapshot --local
9090
| Variable | Description | Default |
9191
|----------|-------------|---------|
9292
| `OPENBOOT_VERSION` | Override the version of OpenBoot to install | Latest release |
93-
| `OPENBOOT_INSTALL_DIR` | Override the installation directory for the binary | `/usr/local/bin` or `/opt/homebrew/bin` |
93+
| `OPENBOOT_INSTALL_DIR` | Override the installation directory for the binary | `~/.openboot/bin` |
9494

9595
### Example
9696

src/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ That's it. One line.
2323

2424
Here's exactly what the install script does, in order:
2525

26-
1. **Downloads the OpenBoot binary** — a small Go binary is fetched from the latest GitHub release and placed in `/usr/local/bin` (Intel) or `/opt/homebrew/bin` (Apple Silicon).
26+
1. **Downloads the OpenBoot binary** — a small Go binary is fetched from the latest GitHub release and placed in `~/.openboot/bin` (and added to your PATH automatically).
2727

2828
2. **Installs Xcode Command Line Tools** — if not already installed, OpenBoot triggers the macOS CLT installer. These are required for Git, compilers, and Homebrew.
2929

0 commit comments

Comments
 (0)