1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-28 16:50:46 +00:00

fixed typo

This commit is contained in:
Falk Werner 2019-12-01 20:36:08 +01:00
parent 4e75868835
commit f63d6f6b6e

View File

@ -409,7 +409,7 @@ By default, unit tests and example application are enabled. You can disable them
#### libfuse #### libfuse
To install libfuse, meson is neede. Please refer to [meson quick guide](https://mesonbuild.com/Quick-guide.html) for setup instructions. To install libfuse, meson is needed. Please refer to [meson quick guide](https://mesonbuild.com/Quick-guide.html) for setup instructions.
wget -O fuse-3.8.0.tar.gz https://github.com/libfuse/libfuse/archive/fuse-3.8.0.tar.gz wget -O fuse-3.8.0.tar.gz https://github.com/libfuse/libfuse/archive/fuse-3.8.0.tar.gz
tar -xf fuse-3.8.0.tar.gz tar -xf fuse-3.8.0.tar.gz