We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3549c8 commit 49bae79Copy full SHA for 49bae79
README.md
@@ -19,7 +19,7 @@ Using `cxx` is simple:
19
* `cxx pro` generates a project file that is compatible with QtCreator.
20
* `cxx cmake ninja` generates a `CMakeLists.txt` file and then builds the project using `ninja` (and `ccache`, if available).
21
* `cxx ninja` just builds the project using a `CMakeLists.txt` file and `ninja` (and `ccache`, if available).
22
-* `cxx export` generates build files for users without cxx.
+* `cxx export` generates build files for users without `cxx`.
23
24
No configuration files are needed, but the projects needs to either be very simple (a single `main.cpp`) or have a `cxx`-friendly directory structure.
25
0 commit comments