Skip to content

Commit cef2304

Browse files
authored
Merge pull request #157 from AndreAugusto11/patch-1
Update build.md
2 parents 622f711 + a514752 commit cef2304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To build and install Soufflé, the following software must be installed:
3030

3131
All available options can be found by browsing the source code, see `souffle/CMakeLists.txt`. Below is a table of the most relevant.
3232

33-
To specify build options, run `cmake -S . -B build -D<option>=<value>`. Alternatively, run `ccmake build` to start cmake with a terminal GUI interface that lets you configure the options.
33+
To specify build options, run `cmake -S . -B build -D<option>=<value>`. Alternatively, run `cmake build` to start cmake with a terminal GUI interface that lets you configure the options.
3434

3535

3636
| Option | Default | Description

0 commit comments

Comments
 (0)