Fixed a mistake in README

This commit is contained in:
fedir 2025-05-20 10:12:18 +02:00
parent b1ee452890
commit 56165c0b76
Signed by: fedir
GPG Key ID: C959EE85F0C9362C

View File

@ -34,7 +34,7 @@ Currently, there is no installer implemented.
icfs <FUSE arguments> [target directory] [path to permanent permission database]
```
The filesystem will be mounted over the target directory, and ask user permission every time a file in that directory is opened. Although filesystem must work as intended with no additional fuse arguments, we highly recommend adding `-o default_permissions` to increase performance and add an additional security layer.
The filesystem will be mounted over the target directory, and ask user permission every time a file in that directory is opened. We highly recommend adding `-o default_permissions` to increase performance and add an additional security layer.
### Development build