diff --git a/README.md b/README.md index aef90a78d..54eef1033 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,13 @@ CustomCrops is a high-performance **Paper plugin** designed to enhance the **pla ```sh ./gradlew build ``` + +Linux users might need to make `gradlew` an executable file using `chmod +x ./gradlew` + 4. The generated artifact can be found in the `/target` folder. + + ### 🛠️ Using an IDE 1. Import the project into your preferred IDE.