Rename to fluidcms

This commit is contained in:
2024-06-16 20:06:26 +02:00
parent 8095fa3601
commit 030c91e8a1
6 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
# contentking
# fluidcms
This project uses Quarkus, the Supersonic Subatomic Java Framework.
@@ -43,7 +43,7 @@ Or, if you don't have GraalVM installed, you can run the native executable build
./gradlew build -Dquarkus.native.enabled=true -Dquarkus.native.container-build=true
```
You can then execute your native executable with: `./build/contentking-0.1.0-ALPHA-runner`
You can then execute your native executable with: `./build/fluidcms-0.1.0-ALPHA-runner`
If you want to learn more about building native executables, please consult https://quarkus.io/guides/gradle-tooling.