summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorManuel Bentele2020-09-14 14:19:32 +0200
committerManuel Bentele2020-09-16 07:37:56 +0200
commit233910a1ed5d11ffe673f1fbcecd68f577fb686c (patch)
tree25aba58bba30c49ee6c6cb2ed0d4f900e512bcb9 /README.md
parentChanged printing in kernel modules to support dynamic debug (diff)
downloadxloop-233910a1ed5d11ffe673f1fbcecd68f577fb686c.tar.gz
xloop-233910a1ed5d11ffe673f1fbcecd68f577fb686c.tar.xz
xloop-233910a1ed5d11ffe673f1fbcecd68f577fb686c.zip
Fixed CMake build error on Linux v5.8 or later
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f9074a0..8a7eb52 100644
--- a/README.md
+++ b/README.md
@@ -51,6 +51,7 @@ Optionally, the output files can be installed with superuser permissions on the
```shell
sudo make install
+sudo depmod -a
```