-
Notifications
You must be signed in to change notification settings - Fork 276
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
After installing via go install github.com/entireio/cli/cmd/entire@latest on Arch Linux, the entire command was not found. The binary installs to ~/go/bin/entire, but this directory is not in PATH by default on most Linux distributions.
Proposed fix:
Add a note in the Quick Start section for Linux users:
# Or install via Go
go install github.com/entireio/cli/cmd/entire@latest
# Linux: Add Go binaries to PATH if not already configured
export PATH="$HOME/go/bin:$PATH"Steps to reproduce
- On Linux (Arch)
- Run
go install github.com/entireio/cli/cmd/entire@latest - Run
entireorwhich entire - Result: command not found
Entire CLI version
Entire CLI dev (unknown)
OS and architecture
Linux 6.19.8-arch1-1 x86_64 GNU/Linux
Agent
N/A
Terminal
kitty
Logs / debug output
Additional context
I'm using zsh
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working