CS207-HW3/README.md

21 lines
216 B
Markdown
Raw Normal View History

2024-12-04 08:59:40 +00:00
# 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
```