diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..7190a60 --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,3 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json" +} diff --git a/.gitignore b/.gitignore index c133874..a7fa2fe 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,6 @@ build/ .DS_Store /.idea/ /ict-scouts/ + +### Audio files ### +demo-08-beiman/src/main/resources/audio/ \ No newline at end of file diff --git a/README.md b/README.md index 79c6df9..9255109 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ You are going to play (and hopefully enjoy) with: # Run demos -1) Clone the `ai-lc4j-workshop` repository - https://git.kvant.cloud/phoenix/ai-lc4j-workshop +1) Clone the `ai-lc4j-workshop` repository - https://git.kvant.cloud/phoenix/ai-lc4j-demos 2) Move to your `ai-lc4j-workshop` folder 3) Move to the corresponding `demo-0x` folder 4) Execute `mvn clean quarkus:dev`