Skip to content

Commit b373d66

Browse files
committed
docs: add github.com/raw fallback
1 parent e0e600b commit b373d66

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/AI_OPERATOR_MANUAL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ It folds *all pre-final process items* (thinking/tool calls/tool output/status/e
1313
- Uninstall guide: `https://github.com/MaxMiksa/Codex-Folding/blob/main/docs/UNINSTALL_FOR_AI.md`
1414
- Remote install script (pinned): `https://raw.githubusercontent.com/MaxMiksa/Codex-Folding/7c26207/docs/remote/codex-folding-install.mjs`
1515
- Remote uninstall script (pinned): `https://raw.githubusercontent.com/MaxMiksa/Codex-Folding/7c26207/docs/remote/codex-folding-uninstall.mjs`
16+
- If `raw.githubusercontent.com` is blocked: `https://github.com/MaxMiksa/Codex-Folding/raw/7c26207/docs/remote/codex-folding-install.mjs`
17+
- If `raw.githubusercontent.com` is blocked: `https://github.com/MaxMiksa/Codex-Folding/raw/7c26207/docs/remote/codex-folding-uninstall.mjs`
1618

1719
## Goal / Scope (strict)
1820

docs/INSTALL_FOR_AI.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
1. Download the remote install script
3131
- Save to a temporary folder:
3232
- `Invoke-WebRequest -Uri "https://raw.githubusercontent.com/MaxMiksa/Codex-Folding/7c26207/docs/remote/codex-folding-install.mjs" -OutFile "$env:TEMP\\codex-folding-install.mjs"`
33+
- If `raw.githubusercontent.com` is blocked in the user’s network, use GitHub’s alternative raw endpoint:
34+
- `Invoke-WebRequest -Uri "https://github.com/MaxMiksa/Codex-Folding/raw/7c26207/docs/remote/codex-folding-install.mjs" -OutFile "$env:TEMP\\codex-folding-install.mjs"`
3335

3436
2. Run install script (patches extension + saves manual)
3537
- `node "$env:TEMP\\codex-folding-install.mjs"`

docs/UNINSTALL_FOR_AI.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525

2626
1. Download the remote uninstall script
2727
- `Invoke-WebRequest -Uri "https://raw.githubusercontent.com/MaxMiksa/Codex-Folding/7c26207/docs/remote/codex-folding-uninstall.mjs" -OutFile "$env:TEMP\\codex-folding-uninstall.mjs"`
28+
- If `raw.githubusercontent.com` is blocked in the user’s network, use GitHub’s alternative raw endpoint:
29+
- `Invoke-WebRequest -Uri "https://github.com/MaxMiksa/Codex-Folding/raw/7c26207/docs/remote/codex-folding-uninstall.mjs" -OutFile "$env:TEMP\\codex-folding-uninstall.mjs"`
2830

2931
2. Run uninstall script (restores installed extension artifacts from `*.bak`)
3032
- `node "$env:TEMP\\codex-folding-uninstall.mjs"`

0 commit comments

Comments
 (0)