diff --git a/README.md b/README.md new file mode 100644 index 0000000..dcb40b7 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ + +# Build Instructions + +Clone the repo: +```bash +git clone https://gitea.ammar.engineer/ammar/CS207-HW3 +cd CS207-HW3 +``` + +Build: +```bash +cmake -B build -G Ninja +ninja -C build +``` + +Run: + +```bash +./build/ClinicApp + ```