Skip to content

Commit d9a940f

Browse files
divitshethclaude
andcommitted
docs: point installer at codealmanac.com/install.sh
The hosted script is canonical (wget fallback, PATH checks, pinned Python, upgrade-on-rerun), so drop the repo-local install.sh added in aa07961. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 0c012ef commit d9a940f

2 files changed

Lines changed: 2 additions & 18 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ indexed locally, and reviewed in Git like any other code change.
2323
## Quickstart
2424

2525
```bash
26-
curl -fsSL https://raw.githubusercontent.com/AlmanacCode/codealmanac/main/install.sh | sh
26+
curl -fsSL https://codealmanac.com/install.sh | sh
2727

2828
cd your-repo
2929
codealmanac setup --yes
@@ -38,7 +38,7 @@ codealmanac serve
3838
With the install script:
3939

4040
```bash
41-
curl -fsSL https://raw.githubusercontent.com/AlmanacCode/codealmanac/main/install.sh | sh
41+
curl -fsSL https://codealmanac.com/install.sh | sh
4242
```
4343

4444
or directly:

install.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)