Updating README with build instructions

This commit is contained in:
Ian Roddis
2021-06-04 11:40:23 -03:00
parent d7b32ce03a
commit b4deac39d8

View File

@@ -12,3 +12,15 @@ Requirements
==
- rapidjson
Building
==
```
git clone https://gitlab.com/iroddis/daggy
cd daggy
mkdir build
cd build
cmake ..
make
```