Skip to content

Conversation

@claudeaceae
Copy link

Summary

  • Clarifies where the uninstall-container.sh script is located after installation
  • Updates example commands to use the full path

Details

The README mentioned running uninstall-container.sh but didn't specify where users should find this script. Users might be confused whether it's in the repository, their PATH, or a specific location.

This PR:

  1. Adds a note that the script is installed to /usr/local/bin
  2. Updates the example commands to use the full path /usr/local/bin/uninstall-container.sh

Test plan

  • Verified the Makefile installs the script to /usr/local/bin (line 103)
  • Checked that using the full path matches standard practice for installed tools

The README mentioned the uninstall-container.sh script but didn't
specify where to find it. Added clarification that it's installed
to /usr/local/bin and updated the example commands to use the full path.
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.

1 participant