Skip to content

Fix installation command in README#7

Merged
thruflo merged 1 commit intomainfrom
claude/investigate-wisp-issue-6-IMerB
Jan 22, 2026
Merged

Fix installation command in README#7
thruflo merged 1 commit intomainfrom
claude/investigate-wisp-issue-6-IMerB

Conversation

@thruflo
Copy link
Owner

@thruflo thruflo commented Jan 22, 2026

Summary

Updated the installation command in the README to reflect the correct import path for the wisp CLI tool.

Changes

  • Updated go install command from github.com/thruflo/wisp@latest to github.com/thruflo/wisp/cmd/wisp@latest

Details

The CLI binary is located in the cmd/wisp subdirectory of the repository, so the installation command must specify the full path to the executable. This ensures users can successfully install wisp using the documented installation method.

The installation command was missing the /cmd/wisp path suffix.
Since the main package is in cmd/wisp/, users need to specify
the full path for go install to work correctly.

Fixes #6
@thruflo thruflo merged commit 82fa242 into main Jan 22, 2026
2 checks passed
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.

2 participants

Comments