Skip to content

Commit ce9ef95

Browse files
committed
docs: update for v0.11.0 - remove Linux, update FAQ and install flow
1 parent b86011c commit ce9ef95

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

src/docs/faq.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@
44

55
Yes. OpenBoot is free and open source (MIT license) for individuals. You can create custom configs, use snapshot, and share setups at no cost. Team management features (org accounts, access controls) are on the roadmap and may have paid tiers.
66

7-
## Does it work on Linux?
8-
9-
Partially. The Homebrew-based package installation works on Linux since Homebrew supports Linux (Linuxbrew). However, macOS-specific features don't apply:
10-
11-
- macOS preference tweaks are skipped
12-
- Cask installations are skipped (casks are macOS-only)
13-
- Some GUI app detection in snapshot won't work
14-
15-
For Linux, you'll get the CLI tool installations but not the full experience.
16-
177
## Can I use it for my team?
188

199
Yes. The recommended workflow is:
@@ -36,7 +26,7 @@ This is a common concern. Here's how OpenBoot handles it:
3626

3727
## What if I already have Homebrew installed?
3828

39-
OpenBoot detects existing Homebrew installations and skips the Homebrew install step entirely. It also detects already-installed packages and marks them in the TUI so you know what's new versus what's already on your system.
29+
OpenBoot detects existing Homebrew installations and skips the Homebrew install step entirely. It also detects already-installed packages and skips them automatically — only new packages are installed, so re-running is fast and safe.
4030

4131
## How do I update OpenBoot?
4232

src/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Here's exactly what the install script does, in order:
3131

3232
4. **Launches the interactive TUI** — a full-screen terminal interface appears where you can browse and toggle packages on/off using your keyboard. You start with the `developer` preset by default, but every package is individually selectable.
3333

34-
5. **Installs your selections** — once you confirm, OpenBoot installs all selected Homebrew formulae and casks, configures Oh-My-Zsh (with plugins and a theme), sets up useful shell aliases, and applies macOS preference tweaks.
34+
5. **Installs your selections** — once you confirm, OpenBoot skips already-installed packages, then installs CLI tools in parallel and GUI apps sequentially (with terminal access for any password prompts). It also configures Oh-My-Zsh (with plugins and a theme), sets up useful shell aliases, and applies macOS preference tweaks.
3535

3636
## First Run Experience
3737

0 commit comments

Comments
 (0)