From 855ce62dd43b5e43b65572c17cd2ae093393ae8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Frohm=C3=BCller?= Date: Tue, 27 Dec 2022 06:54:57 +0100 Subject: [PATCH] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efe5adc..4246efc 100644 --- a/README.md +++ b/README.md @@ -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