From 8a6d90a136cfff5bba48bf0016870dbe95749af7 Mon Sep 17 00:00:00 2001 From: fedir Date: Mon, 10 Feb 2025 11:51:52 +0100 Subject: [PATCH] revert 0719755ea12ae5a0a20cac0119c67aacace0f0b9 revert Updated README.md with usage instructions --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index db45191..09c0ba1 100644 --- a/README.md +++ b/README.md @@ -19,15 +19,8 @@ Traditional access control mechanisms in operating systems allow the same level - Debian: `sudo apt install zenity` * Build using `make`: + In the project directory: `make` - + Use `make DEBUG=1` for testing. * Resulting binaries should appear in the `build` directory. -## Usage - -`icfs [target directory]` - -The filesystem will be mounted over the target directory, and ask user permission every time a file in that directory is opened. - ## Docs - [Initial idea and motivation](./docs/bc-thesis-idea.md)