Fix typo.

This commit is contained in:
Julian Frohmüller
2022-12-27 06:54:57 +01:00
parent 2bfe5fb0e6
commit 855ce62dd4
+1 -1
View File
@@ -52,7 +52,7 @@ the module will be automatically built and installed. Otherwise, the module can
```Bash
# Build and install the kernel module manually (substitute x.x.x with the version number)
$ cd /src/OSCDriver-x.x.x
$ cd /usr/src/OSCDriver-x.x.x
$ make
$ sudo make install