Skip to content

Commit 53d2098

Browse files
docs: point groove CLI install hint at hyperpolymath/groove-protocol (#221)
Companion to hyperpolymath/standards#228. Updates the single line in `scripts/fix-missing-groove.sh` that referenced `standards/groove-protocol/cli` to use the new top-level repo's install command. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: hyperpolymath <hyperpolymath@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent ff5ab60 commit 53d2098

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/fix-missing-groove.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# Usage: fix-missing-groove.sh <repo-path> <finding-json>
1212
#
13-
# Requires: groove CLI (installed via `cargo install --path standards/groove-protocol/cli`)
13+
# Requires: groove CLI (installed via `cargo install --git https://github.com/hyperpolymath/groove-protocol --path cli`)
1414

1515
set -euo pipefail
1616

0 commit comments

Comments
 (0)