mirror of
https://github.com/glittercowboy/get-shit-done
synced 2026-04-25 17:25:23 +02:00
docs: add manual update workaround for npm publish outage
Adds docs/manual-update.md with step-by-step procedure to install/update GSD directly from source when npx is unavailable, including runtime flag table and notes on what the installer preserves. Adds a [!WARNING] notice at the top of README.md linking to the doc with the one-liner install command. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
> [!WARNING]
|
||||
> **WORKAROUND FOR MISSING NPM UNTIL WE CAN PUBLISH AGAIN**
|
||||
> `npx get-shit-done-cc@latest` is currently unavailable. Install or update directly from source:
|
||||
> ```bash
|
||||
> git pull --rebase origin main && node scripts/build-hooks.js && node bin/install.js --claude --global
|
||||
> ```
|
||||
> See **[docs/manual-update.md](docs/manual-update.md)** for full instructions and all runtime flags.
|
||||
|
||||
<div align="center">
|
||||
|
||||
# GET SHIT DONE
|
||||
|
||||
Reference in New Issue
Block a user