Merge pull request #334 from frecks/main

Fix minor grammatical error in README.md
This commit is contained in:
Giuseppe Scrivano 2022-01-14 09:13:19 +01:00 committed by GitHub
commit d61aef9682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ $ fuse-overlayfs -o uidmapping=0:10:100:100:10000:2000,gidmapping=0:10:100:100:1
Requirements:
=======================================================
If your are not using the static build as explained in the next chapter, your system needs `libfuse` > v3.2.1.
If you are not using the static build as explained in the next chapter, your system needs `libfuse` > v3.2.1.
* On Fedora: `dnf install fuse3-devel`
* On Ubuntu > v19.04: `apt install libfuse3-dev`