Skip to content

added extra note mentioned in description as without it when i run su…#28

Merged
taigrr merged 2 commits intotaigrr:masterfrom
RJohnPaul:patch-1
Mar 5, 2026
Merged

added extra note mentioned in description as without it when i run su…#28
taigrr merged 2 commits intotaigrr:masterfrom
RJohnPaul:patch-1

Conversation

@RJohnPaul
Copy link
Contributor

…do spank it returns as spank : command not found

Note: go install places the binary in ~/go/bin, which sudo can't find by default. Copy it to a system path so sudo spank works:

sudo cp ~/go/bin/spank /usr/local/bin/spank

…do spank it returns as spank : command not found

> **Note:** `go install` places the binary in `~/go/bin`, which `sudo` can't find by default. Copy it to a system path so `sudo spank` works:
> ```bash
> sudo cp ~/go/bin/spank /usr/local/bin/spank
> ```
Copilot AI review requested due to automatic review settings March 4, 2026 12:14
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the installation instructions to address a common issue where sudo spank fails after go install because the installed binary isn’t on sudo’s default PATH.

Changes:

  • Adds a README note explaining why sudo spank may not work after go install
  • Provides a suggested command to copy the binary into a system PATH location (/usr/local/bin)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@taigrr taigrr merged commit ae3e692 into taigrr:master Mar 5, 2026
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.

3 participants