Skip to content

Commit b0b9459

Browse files
committed
Missing line break in installation docs
1 parent 48f7709 commit b0b9459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ git checkout 521-ts
3939

4040
Then build with
4141
```
42-
cmake -S. -B build
43-
-DGKLIB_PATH=/path_to_METIS_repo/GKlib
42+
cmake -S. -B build \
43+
-DGKLIB_PATH=/path_to_METIS_repo/GKlib \
4444
-DCMAKE_INSTALL_PREFIX=path_to_installs_dir
4545
cmake --build build
4646
cmake --install build

0 commit comments

Comments
 (0)