Skip to content

Commit

Permalink
Add a line for fixing directory permissions in INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Mar 21, 2023
1 parent 4ca2579 commit 66d6734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66d6734

Please sign in to comment.