Skip to content

Commit 00230ee

Browse files
authored
Update index.md
1 parent e734886 commit 00230ee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ nav_order: 0
66

77
# Index
88

9-
`cmkr`, pronounced "cmaker", is a modern build system based on [CMake](https://cmake.org/) and [TOML](https://toml.io). It was originally created by [Mohammed Alyousef](https://github.com/MoAlyousef).
10-
11-
**NOTE**: The documentation is currently a work-in-progress due to breaking changes since `0.1.4`. For examples you can check the [cmkr GitHub topic](https://github.com/topics/cmkr) and the [tests](https://github.com/build-cpp/cmkr/tree/main/tests).
9+
[cmkr](https://github.com/build-cpp/cmkr), pronounced "cmaker", is a modern build system based on [CMake](https://cmake.org/) and [TOML](https://toml.io). It was originally created by [Mohammed Alyousef](https://github.com/MoAlyousef).
1210

1311
`cmkr` parses `cmake.toml` files and generates a modern, idiomatic `CMakeLists.txt` for you. A minimal example:
1412

@@ -22,4 +20,4 @@ type = "executable"
2220
sources = ["src/main.cpp"]
2321
```
2422

25-
`cmkr` can bootstrap itself from CMake and consumers of your project do not need to install anything to use it.
23+
`cmkr` can bootstrap itself from CMake and consumers of your project do not need to install anything to use it.

0 commit comments

Comments
 (0)