From b0f866bbd9fb19a93ed7c1cd2bdbd51b151e6047 Mon Sep 17 00:00:00 2001 From: Gregory Koganovskiy Date: Mon, 8 Jan 2024 16:09:39 +0300 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 026b75e..0da601c 100644 --- a/README.md +++ b/README.md @@ -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