Skip to content

Commit

Permalink
docs: update README with correct cmake command
Browse files Browse the repository at this point in the history
  • Loading branch information
csirianni committed Oct 11, 2023
1 parent 448256f commit 92904ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ brew install conan cmake

```bash
mkdir build && cd build
cmake .. && cmake --build .
cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release
cmake --build .
```

```bash
Expand Down

0 comments on commit 92904ec

Please sign in to comment.