Final README.md adjustments

This commit is contained in:
TriantaTV 2022-12-07 02:44:22 -06:00
parent a96a215147
commit 9496ab21dd

View File

@ -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`