@ -35,7 +35,7 @@ cd nutri
```bash
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
cmake --build build -j$(nproc)
```
Now you will find the `nutri` executable in the `build` dir.