Add a line for fixing directory permissions in INSTALL.md

This commit is contained in:
pancake 2023-03-21 12:37:08 +01:00
parent 4ca2579454
commit 66d67346de
2 changed files with 2 additions and 0 deletions

View File

@ -590,6 +590,7 @@ discard your current work, use the following commands:
```sh
git clean -xdf
git reset --hard
rm -rf shlr/capstone
```
## Regression testing

View File

@ -36,6 +36,7 @@ In case of a polluted filesystem, you can uninstall the current version
or remove all previous installations with one or more of those commands:
```sh
sudo chown -R $USER # Fix permissions
make uninstall # Remove the current installation
make purge # Remove all files from all installations
make system-purge # Remove all installed packages