Udev rules cover most (all?) of the mounted devices now and README reflects this.
This commit is contained in:
parent
b77e27de08
commit
d00bac851d
2 changed files with 22 additions and 4 deletions
10
README.md
10
README.md
|
@ -59,10 +59,14 @@ make
|
|||
|
||||
## Run
|
||||
|
||||
It's easiest to run the software with root privileges. But theoretically it should be possible to
|
||||
adjust rules of your device to not need them for read/write access vis USB. It's definitely not
|
||||
planned to require that in the future (but for now):
|
||||
It's easiest to run the software with root privileges.
|
||||
|
||||
```
|
||||
sudo nrealAirLinuxDriver
|
||||
```
|
||||
|
||||
Alternatively, you can copy the nreal_air.rules to /etc/udev/rules.d:
|
||||
|
||||
```
|
||||
sudo cp udev/nreal_air.rules /etc/udev/rules.d/xreal_air.rules
|
||||
```
|
||||
|
|
Reference in a new issue