You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docs): correct documentation to match CLI implementation
- Remove phantom --resume and --rollback flags from CLI reference
- Add --post-install flag to CLI reference
- Remove non-existent OPENBOOT_INSTALL_DIR and OPENBOOT_SKIP_CHECKSUM env vars
- Update install script description to reflect brew install behavior
- Replace SHA256 checksum claim with accurate Homebrew description
- Unify uninstall and update instructions (both use Homebrew)
- Fix macOS preference: Dock auto-hide → Dock stays visible
- Unify Homebrew install to single-line format in quick-start
Copy file name to clipboardExpand all lines: src/docs/env-vars.md
+1-16Lines changed: 1 addition & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,29 +11,15 @@ All environment variables that control the install script and the `openboot` CLI
11
11
12
12
## Install Script Variables
13
13
14
-
These are used when running the `curl | bash` install command.
14
+
These are used when running the `curl | bash` install command. The install script installs OpenBoot via Homebrew (`brew install openbootdotdev/tap/openboot`).
15
15
16
16
| Variable | Description | Default |
17
17
|----------|-------------|---------|
18
18
|`OPENBOOT_VERSION`| Install a specific version instead of latest | Latest release |
19
-
|`OPENBOOT_INSTALL_DIR`| Where to put the binary |`~/.openboot/bin`|
20
19
|`OPENBOOT_DRY_RUN`| Set to `true` to preview without changes | — |
21
-
|`OPENBOOT_SKIP_CHECKSUM`| Set to `true` to skip SHA256 verification | — |
| OpenBoot binary |Managed by Homebrew (run `which openboot` to find it) |
148
138
149
139
Configs are **unlisted** by default — not listed on your profile, but the install URL works if shared. You can set them to **public** (listed on profile) or **private** (requires authentication to install). See [Custom Configs — Visibility](/docs/custom-configs#visibility) for details.
Copy file name to clipboardExpand all lines: src/docs/what-is-openboot.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ OpenBoot is an open-source CLI that automates the boring part of setting up a ne
19
19
20
20
**Dotfiles** — Clones your dotfiles repo and links it with GNU Stow. Your `.zshrc`, `.gitconfig`, and other configs follow you to any machine.
21
21
22
-
**macOS Preferences** — Applies developer-friendly settings: fast key repeat, Finder path bar visible, Dock auto-hide, screenshots saved as PNG, etc.
22
+
**macOS Preferences** — Applies developer-friendly settings: fast key repeat, Finder path bar visible, Dock stays visible, screenshots saved as PNG, etc.
23
23
24
24
**Snapshot** — Run `openboot snapshot` to capture your current setup. Upload it to openboot.dev and share as a one-line install URL, or save locally as JSON.
0 commit comments