From 67dd27b0940e1a18ce6d532872cec0a205377cbd Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Sun, 4 Aug 2024 23:18:30 +0700 Subject: [PATCH] docs(readme): improve project description --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b831009..d6e0152 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # CMake Action -Configure and build your [CMake](https://cmake.org/) project using [GitHub Actions](https://github.com/features/actions). This action simplifies the workflow for configuring the build environment of a CMake project. It can also be optionally specified to build a CMake project using the `cmake --build` command. +Configure and build [CMake](https://cmake.org/) projects on [GitHub Actions](https://github.com/features/actions). + +This action wraps the [`cmake`](https://cmake.org/cmake/help/latest/manual/cmake.1.html) command for configuring and building CMake projects. It provides a more streamlined syntax for specifying build options compared to calling the `cmake` command directly. ## Features