8000
We read every piece of feedback, and take your input very seriously.
1 parent 204fab7 commit 7d4d874Copy full SHA for 7d4d874
README.md
@@ -288,11 +288,9 @@ E.g. to build the v4l2loopback-v0.12.5 (but check the webpage for newer releases
288
use something like the following (you might need to run the `dkms` commands as superuser/root):
289
290
~~~
291
-mkdir -p ~/src/
292
-cd ~/src/
293
version=0.12.5
294
-# download and extract the tarball
295
-curl -L https://github.com/umlaeute/v4l2loopback/archive/v${version}.tar.gz | tar xvz
+# download and extract the tarball (tar requires superuser privileges)
+curl -L https://github.com/umlaeute/v4l2loopback/archive/v${version}.tar.gz | tar xvz -C /usr/src
296
# build and install the DKMS-module (requires superuser privileges)
297
dkms add -m v4l2loopback -v ${version}
298
dkms build -m v4l2loopback -v ${version}