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 CLI flags, help text, and docs to match implementation
- Update install command Use string to show username/slug format
- Document default slug fallback behavior in install help text
- Add missing commands to README: install, login, logout, init
- Add --packages-only and --post-install to README CLI Options
- Update comparison table to use install subcommand syntax
- Remove stale adoption claims from README
- Fix snapshot AGENTS.md: brew list --formula → brew leaves
Copy file name to clipboardExpand all lines: README.md
+22-18Lines changed: 22 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,6 @@ No tracking. No telemetry. Just works.
42
42
43
43
## Why OpenBoot?
44
44
45
-
**Fresh project, proven demand** — 2 weeks old, already trending on Reddit (100K+ views) and growing fast.
46
-
47
45
Brewfiles are manual YAML editing. Nix has a brutal learning curve. Shell scripts break silently. Dotfile repos become unmaintainable after six months.
48
46
49
47
OpenBoot is the first tool that handles **everything** — packages, dotfiles, shell config, macOS preferences, git identity — in an interactive TUI you can actually navigate. No config files to learn. No YAML to write. Just pick what you need and go.
0 commit comments