Skip to content

Commit ca0777a

Browse files
authored
Update README.md
1 parent 9c347b2 commit ca0777a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmkr, pronounced "cmaker", is A CMakeLists.txt generator from TOML.
44

55

66
## Building
7-
cmkr requires a C++17 compiler, cmake >= 3.14 and git. It depends on toml11 by ToruNiina, which is added as a git submodule.
7+
cmkr requires a C++17 compiler, cmake >= 3.14.
88
```
99
git clone https://github.com/moalyousef/cmkr
1010
cd cmkr
@@ -13,7 +13,7 @@ cmake --build bin
1313
```
1414

1515
## Usage
16-
cmkr parses cmake.toml files (using toml11) at the project directory. A basic hello world format with the minimum required fields:
16+
cmkr parses cmake.toml files (using toml11 by Toru Niina) at the project directory. A basic hello world format with the minimum required fields:
1717
```toml
1818
[cmake]
1919
minimum = "3.14"

0 commit comments

Comments
 (0)