Skip to content

Commit ea1f39c

Browse files
docs: add export section, update visibility and fix install URL
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent d7af881 commit ea1f39c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/docs/config-options.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,11 @@ Controls who can see and install this config.
114114
- **Options:**
115115
- `"public"` — listed on your profile, install URL works for everyone
116116
- `"unlisted"` — not listed on your profile, but install URL still works if shared
117-
- `"private"` — only you can see it, install URL returns 403 for others
117+
- `"private"` — only you can access. Installing via `curl | bash` will open a browser for authorization, then proceed automatically
118+
119+
## Export
120+
121+
You can export any config as a JSON file from the dashboard. Click the **Export** button on a config card to download a `.json` file containing all config data (name, packages, custom script, dotfiles repo, snapshot, visibility, and alias).
118122

119123
## macOS Preferences Whitelist
120124

src/docs/personal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ It scans your Homebrew packages, macOS preferences, shell config, and git settin
3939
After uploading, you get a link:
4040

4141
```
42-
curl -fsSL https://openboot.dev/yourname/my-setup/install.sh | bash
42+
curl -fsSL https://openboot.dev/yourname/my-setup | bash
4343
```
4444

4545
Next time you switch machines, run that one command. You can also save locally without uploading:

0 commit comments

Comments
 (0)