mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-19 19:17:01 -07:00
Removed extra line from README.md
This commit is contained in:
parent
62bb8fabdf
commit
13487a1498
1 changed files with 0 additions and 1 deletions
|
|
@ -178,7 +178,6 @@ And then build the binaries (check the "build" directory):
|
||||||
```bash
|
```bash
|
||||||
# Start by cloning the repo, then...
|
# Start by cloning the repo, then...
|
||||||
git clone https://github.com/davidallendj/gdpm && cd gdpm
|
git clone https://github.com/davidallendj/gdpm && cd gdpm
|
||||||
cd gdpm
|
|
||||||
|
|
||||||
# ... if using CMake with Ninja instead (preferred and tested)...
|
# ... if using CMake with Ninja instead (preferred and tested)...
|
||||||
cmake -B build -S . -D CMAKE_EXPORT_COMPILE_COMMANDS=1 -D CMAKE_BUILD_TYPE=Release -G Ninja
|
cmake -B build -S . -D CMAKE_EXPORT_COMPILE_COMMANDS=1 -D CMAKE_BUILD_TYPE=Release -G Ninja
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue