Skip to content

Document uninstall in README#5

Merged
anderix merged 1 commit into
mainfrom
document-uninstall
Jun 2, 2026
Merged

Document uninstall in README#5
anderix merged 1 commit into
mainfrom
document-uninstall

Conversation

@anderix

@anderix anderix commented Jun 2, 2026

Copy link
Copy Markdown
Member

paxc had no documented removal path, unlike its sibling Rust tool ved (whose README documents the manual rm). This adds an ## Uninstall section.

Changes

README ## Uninstall section covering all three install methods:

  • aptsudo apt remove paxc, which also clears the reference docs under /usr/share/doc/paxc/
  • shell installer / cargo installrm ~/.cargo/bin/paxc ~/.cargo/bin/paxr
  • source build — delete the checkout

paxc installs exactly two binaries (paxc, paxr) and writes no configuration or state of its own — the fs::write calls in the source are decode/package output to user-specified paths — so removing the binaries is the whole job. Docs only; no code change.

🤖 Generated with Claude Code

paxc had no documented removal path, unlike its sibling Rust tool ved.
Add an Uninstall section covering all three install methods: apt
remove (also clears /usr/share/doc/paxc/), rm of the paxc and paxr
binaries in ~/.cargo/bin for the shell/cargo installer, and deleting
the checkout for source builds. paxc installs exactly those two
binaries and stores no config or state of its own, so removing them
is the whole job.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@anderix anderix merged commit cf9faa4 into main Jun 2, 2026
5 checks passed
@anderix anderix deleted the document-uninstall branch June 2, 2026 21:53
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