To install this project, clone the repository to your local machine using the following command:
$ git clone https://github.com/ItayShallev/File-System.gitAfter successfully installing the repository, open a command line, navigate to the project's folder and type the following commands:
$ make
$ ./bin/myfs MyFirstFSThe usage of this project follows a similar convention to working with commands in a Linux environment, making it intuitive for users familiar with Linux systems. Additionally, a custom 'help' command is available to provide further assistance and guidance.

