mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 19:14:58 -05:00
README.md: Mention SELinux
This commit is contained in:
parent
ec27ffb4aa
commit
64c329ca6a
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ python3 setup.py build
|
|||
sudo python3 setup.py install
|
||||
```
|
||||
|
||||
If you have SELinux enabled, you may need to set it to permissive mode temporarily to prevent permission issues. SELinux is commonly used by RedHat-like distros (for example, RHEL, Fedora, and CentOS). You can set it to permissive run-time until next boot with `sudo setenforce 0`.
|
||||
|
||||
### macOS:
|
||||
```bash
|
||||
brew install libusb git
|
||||
|
|
Loading…
Reference in a new issue