From 9496ab21dd125c79fd5aa138ad9593c6591dd57f Mon Sep 17 00:00:00 2001 From: TriantaTV Date: Wed, 7 Dec 2022 02:44:22 -0600 Subject: [PATCH] Final README.md adjustments --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index e69de29..49eca5f 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,16 @@ +# FUSE +A simple mock filesystem written in C + +# Author +Gregory Crawford + +# Instructions +Run `make` to compile the project. +Output files get placed into bin + +# Running +Run bin/fuse.out with appropriate commands to run program + +# Commands +bin/fuse.out [-a | -r | -e | -l] [Input Filename] -f [Name of filesystem] +Ex: `bin/fuse.out -a test/files/test1.txt -f test/fakefs.test`