diff --git a/README.md b/README.md index fb0badc..86eaad0 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ Traditional access control mechanisms in operating systems allow the same level ## Installation -Currently, there is no installer implemented. +- `make install` +- Uninstall with `make uninstall` ## Usage @@ -34,7 +35,7 @@ Currently, there is no installer implemented. icfs [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. 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. If you have installed icfs along with `/etc/icfs` folder, you can create your permanent permission databases in this folder (you might want to do this, if your home folder does not have the "execute" permission for other users). ### Development build