From 2be976bde8cc91b25b259a2f3a76fe393ad7f39e Mon Sep 17 00:00:00 2001 From: pierre Date: Sun, 19 Feb 2023 16:36:53 +0100 Subject: [PATCH] chore: adding comments for archlinux graddle user --- Java/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Java/README.md b/Java/README.md index fa2af4f7..ca494e59 100644 --- a/Java/README.md +++ b/Java/README.md @@ -14,6 +14,14 @@ For e.g. 10 days: ./gradlew -q text --args 10 ``` +#### On Archlinux + +run + + sudo gradle -q text --args 30 > {Path}/texttests/ThirtyDays/stdout.gr + +Where Path is the relative path to the texttests folder +At each run, the stdout.gr will be updated ### test cases: