Rename nreal to xreal in readme, cmake and binaries

Signed-off-by: Jacki <jacki@thejackimonster.de>
This commit is contained in:
Jacki 2024-03-02 02:22:50 +01:00
parent 2d7ab0d4fa
commit 1705703b73
No known key found for this signature in database
GPG key ID: B404184796354C5E
7 changed files with 42 additions and 39 deletions

View file

@ -1,4 +1,4 @@
# Custom user-space driver for the nreal Air to use it on Linux
# Custom user-space driver for the Xreal Air, Xreal Air 2 and Xreal Air 2 Pro to use it on Linux
## Information before use
@ -62,11 +62,11 @@ make
It's easiest to run the software with root privileges.
```
sudo nrealAirLinuxDriver
sudo xrealAirLinuxDriver
```
Alternatively, you can copy the nreal_air.rules to /etc/udev/rules.d:
Alternatively, you can copy the xreal_air.rules to /etc/udev/rules.d:
```
sudo cp udev/nreal_air.rules /etc/udev/rules.d/xreal_air.rules
sudo cp udev/xreal_air.rules /etc/udev/rules.d/xreal_air.rules
```