Final README.md adjustments
This commit is contained in:
parent
a96a215147
commit
9496ab21dd
16
README.md
16
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`
|
Loading…
Reference in New Issue
Block a user