From c5011e199b7a18c67bb651eca564c9d539f482b3 Mon Sep 17 00:00:00 2001 From: julien Lengrand-Lambert Date: Wed, 28 Jul 2021 22:34:16 +0200 Subject: [PATCH] Fixes incorrect run command I am guessing that things changes over time, but as far as I can see, the proper way to run the samples is to do `:folder:type:command`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afafd51..af24eac 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## KorGE samples ```bash -./gradlew :sample-box2d:runJvm +./gradlew :samples:box2d:runJvm ```