From 09edcf7318104999d269b488148d02202aa22d5e Mon Sep 17 00:00:00 2001 From: Zeioth Date: Mon, 13 Nov 2023 23:33:05 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc3e84c..91d1437 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ If any of these files exist in your current working directory, they will be auto |--|--| | [Makefile](https://github.com/Zeioth/compiler.nvim/blob/main/lua/compiler/bau/make.lua)| [+info](https://github.com/Zeioth/Compiler.nvim/wiki/Makefile-build-automation-utility) | | [CMakeLists.txt](https://github.com/Zeioth/compiler.nvim/blob/main/lua/compiler/bau/cmake.lua) | [+info](https://github.com/Zeioth/Compiler.nvim/wiki/CMake-build-automation-utility) | -| [gradlew `||` build.gradle.kts `||` build.gradle](https://github.com/Zeioth/compiler.nvim/blob/main/lua/compiler/bau/gradle.lua) | [+info](https://github.com/Zeioth/Compiler.nvim/wiki/gradle-build-automation-utility) | +| [gradlew, build.gradle.kts, or build.gradle](https://github.com/Zeioth/compiler.nvim/blob/main/lua/compiler/bau/gradle.lua) | [+info](https://github.com/Zeioth/Compiler.nvim/wiki/gradle-build-automation-utility) | ## Quick start Create `~/c-example/main.c` and paste this code. Then do `:cd ~/c-example/` to change the working directory to the project.