From b89a42fc845bf72d3b26b4d2508394ad6f66f4cb Mon Sep 17 00:00:00 2001
From: Jazzzny <jazzzny225@gmail.com>
Date: Sat, 13 Apr 2024 15:33:27 -0400
Subject: [PATCH] Add files

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6a948dd..3ebd6cd 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,11 @@ Builds of the OpenJDK are compiled from release tags on a regular basis. These b
 ## Building
 1. Clone this repository
 2. Apply the patch files (located in the patches/`version number` folders) to the OpenJDK source code for the version you want to build
-3. Follow the build instructions for OpenJDK
+3. Run any shell scripts in the patches/`version number` folder. All scripts have the following syntax:
+```shell
+./script.sh /path/to/openjdk/source
+```
+4. Follow the build instructions for OpenJDK
 
 ## License
 This project is licensed under the GPL v2 license. For more information, see the [LICENSE](LICENSE) file.
\ No newline at end of file
-- 
GitLab