fix/doc: Go version inconsistencies and broken documentation links (#535)
* docs: fix Go version typo in CONTRIBUTING.md (1.25 -> 1.24) * docs: update Go version requirement to 1.24+ across docs * docs: fix broken links to docs/ in npm-package/README.md * docs: fix QUICKSTART.md path reference in AGENTS.md
This commit is contained in:
@@ -164,7 +164,7 @@ During `git merge`, beads-merge:
|
||||
**If you prefer the standalone binary (same algorithm):**
|
||||
|
||||
```bash
|
||||
# Install (requires Go 1.21+)
|
||||
# Install (requires Go 1.24+)
|
||||
git clone https://github.com/neongreen/mono.git
|
||||
cd mono/beads-merge
|
||||
go install
|
||||
|
||||
Reference in New Issue
Block a user