Change default install directory to /usr/bin
- Update Makefile PREFIX default from /usr/local to /usr - Update INSTALL.md uninstall instructions to reflect /usr/bin
This commit is contained in:
parent
05bab4b9c9
commit
c6e3c35a80
@ -157,13 +157,13 @@ Install:
|
||||
|
||||
```bash
|
||||
# Remove binary
|
||||
sudo rm /usr/local/bin/passage
|
||||
# or
|
||||
sudo rm /usr/bin/passage
|
||||
# or for user installation
|
||||
rm ~/.local/bin/passage
|
||||
|
||||
# Remove manpage
|
||||
sudo rm /usr/local/share/man/man1/passage.1
|
||||
# or
|
||||
sudo rm /usr/share/man/man1/passage.1
|
||||
# or for user installation
|
||||
rm ~/.local/share/man/man1/passage.1
|
||||
|
||||
# Update man database
|
||||
|
||||
Loading…
Reference in New Issue
Block a user