Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryKogan authored Jan 8, 2024
1 parent c0b74e9 commit b0f866b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@

Simple implementation of FAT file system

## Build
```shell
cmake -S . -B build && cmake --build build
```
CLI executable will be inside `build` directory.
To run it execute:
```shell
./build/cli
```

## Test
```shell
cd build
ctest
```

## CLI

### Commands
Expand Down

0 comments on commit b0f866b

Please sign in to comment.