Skip to content

docs: clarify install-from-source PATH and Claude Code CLI version#74

Open
Kevinsillo wants to merge 1 commit intoGentleman-Programming:mainfrom
Kevinsillo:docs/install-and-cli-version-notes
Open

docs: clarify install-from-source PATH and Claude Code CLI version#74
Kevinsillo wants to merge 1 commit intoGentleman-Programming:mainfrom
Kevinsillo:docs/install-and-cli-version-notes

Conversation

@Kevinsillo
Copy link

Summary

  • Install from source (macOS/Linux & Windows): clarify that go install places the binary in $GOPATH/bin (must be in PATH), and go build leaves it in the current directory (must be moved). Add diagnostic tip for when engram version still shows "dev".
  • Claude Code section: add minimum CLI version note (>= 2.1.70) with the exact error message users see on older versions.

Closes #67

Test plan

  • Verify README renders correctly on GitHub
  • Confirm claude plugin validate passes on current marketplace.json

…n note

Closes Gentleman-Programming#67

- Install from source (macOS/Linux & Windows): clarify that go install
  places the binary in $GOPATH/bin (must be in PATH), and go build leaves
  it in the current directory (must be moved). Add diagnostic tip for
  when `engram version` still shows "dev".
- Claude Code section: add minimum CLI version note (>= 2.1.70) with
  the exact error message users see on older versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: clarify install-from-source version stamp and Claude Code CLI minimum version

1 participant