summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Ritter2022-12-06 16:14:03 +0100
committerSteffen Ritter2022-12-06 16:14:03 +0100
commit6c6fc481a8b70ca14ded701fd8566a8488513fe4 (patch)
tree29230dd2f14a0ec53336b0e2579d5b05edc9b945
parentSmall readme fix (diff)
downloadvm-inspector-6c6fc481a8b70ca14ded701fd8566a8488513fe4.tar.gz
vm-inspector-6c6fc481a8b70ca14ded701fd8566a8488513fe4.tar.xz
vm-inspector-6c6fc481a8b70ca14ded701fd8566a8488513fe4.zip
Missing space ...
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 17e9433..7f3da73 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ sudo apt install git python3 python3-pip python-is-python3
- [lklfuse](https://github.com/lkl/linux)
```sh
-$ sudo apt install build-essential flex bison bc libfuse-devlibarchive-dev xfsprogs
+$ sudo apt install build-essential flex bison bc libfuse-dev libarchive-dev xfsprogs
$ git clone https://github.com/lkl/linux.git --depth=1
$ cd linux
$ echo "CONFIG_NTFS_FS=y" >> arch/lkl/configs/defconfig