diff --git a/README.md b/README.md index 71391af..e73174e 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,24 @@ Before you begin, ensure you have the following installed: * Your favorite IDE (IntelliJ, Eclipse, etc.) +### 1-Click Local Installation Windows | Linux + +### Windows +1. Open a Command Prompt with administrator privileges. +2. Navigate to the project's `installers` folder. +3. Run the `install.bat` file by double-clicking on it or using the following command: + ```batch + install.bat + +### Linux +1. Navigate to the project's installers folder. +2. Run the `install.sh` using the following command: + ```bash + chmod +x install.sh + ./install.sh +3. Follow the on-screen instructions. + + ### Local Setup 1. Clone the repository: @@ -245,4 +263,4 @@ Contributions are welcome! Please follow the contribution guidelines. ### License -This project is licensed under the MIT License - see the LICENSE.md file for details. \ No newline at end of file +This project is licensed under the MIT License - see the LICENSE.md file for details.