From d47eb30e63b0c65fe0828c22b142ed3cc36bfddd Mon Sep 17 00:00:00 2001 From: AlphaThrone <haikalardzi@gmail.com> Date: Sat, 28 Oct 2023 13:24:39 +0700 Subject: [PATCH] update readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index efa164a..b1095bf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # SOAP-Service -## TEST \ No newline at end of file +## Get Started +1. Open folder in Intellij IDEA +2. Go to File->Project Structure->Project +3. Change the SDK to correto-1.8 by following these step +4. *Click* SDK -> + Add SDK -> Download JDK +5. Change version and vendor to: +``` +version: 1.8 +vendor: Amazon Corretto +``` +6. Done \ No newline at end of file -- GitLab