Skip to content

Commit e4e5eda

Browse files
committed
Fix nit
1 parent 964c722 commit e4e5eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ select * from db1.table1;
8484

8585
## Makefile Convenience Commands
8686

87-
To streamline the developer experience, especially for common setup and build tasks, a root-level Makefile is now available. This Makefile acts as a convenient wrapper around various Gradle commands and other tooling, simplifying interactions. While Gradle remains the primary build system, the Makefile provides concise shortcuts for frequent operations like:
87+
To streamline the developer experience, especially for common setup and build tasks, a root-level Makefile is available. This Makefile acts as a convenient wrapper around various Gradle commands and other tooling, simplifying interactions. While Gradle remains the primary build system, the Makefile provides concise shortcuts for frequent operations like:
8888
- Building Polaris components: e.g., `make build-server, make build-admin`
8989
- Managing development clusters: e.g., `make minikube-start-cluster, make minikube-cleanup`
9090
- Automating Helm tasks: e.g., `make helm-doc-generate, make helm-unittest`

0 commit comments

Comments
 (0)