From e2a42d477ca080feebda48024a013c06e5c90b85 Mon Sep 17 00:00:00 2001 From: zanninso <47645687+zanninso@users.noreply.github.com> Date: Thu, 6 Jul 2023 00:59:18 +0100 Subject: [PATCH] docs(java-piscine): update the setup instruction to inform the to push the files into folder --- subjects/java/piscine/HelloWorld/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/subjects/java/piscine/HelloWorld/README.md b/subjects/java/piscine/HelloWorld/README.md index 588eb40b86..37a589f261 100644 --- a/subjects/java/piscine/HelloWorld/README.md +++ b/subjects/java/piscine/HelloWorld/README.md @@ -22,8 +22,7 @@ to get the output of your function in your console. To edit your code, you can use any IDE or text editor, though IDEA IntelliJ or JetBrains are specially dedicated and recommended. -On Gitea, create a repository named `((ROOT))`, and push every java files on the root folder. - +On Gitea, create a repository named `((ROOT))`, and push all Java files into a folder with a name matching the respective exercise. ### Instructions Create a file `HelloWorld.java`.