From fd1eedaced016f3894693b1f55bf357354046269 Mon Sep 17 00:00:00 2001 From: Mohamed Shahil <152691954+mohamedshahilshajahan@users.noreply.github.com> Date: Sun, 25 Feb 2024 20:49:18 +0530 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 44f4686..346b432 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,17 @@ Welcome to Calculator 3.0! This latest version brings significant improvements, | --- | | ![Square-Fix.gif](https://i.postimg.cc/FKVZzn0m/Square-Fix.gif) | +## To run this program, follow these steps: + +1. Open your command prompt on your PC. +2. Copy the project file location. +3. Type `cd that-copied-location` in the command prompt and press Enter. +4. Execute the command `java -jar Calculator_3.java` to successfully launch the project. + +**Alternatively, you can run the included JAR file directly. If you choose this method, make sure you have the JDK installed on your PC. If not, install the JDK first, and then run the `Calculator_3.jar` file. It works seamlessly.** + +Make sure to check the relevant section in the `.gitattributes` file to ensure accurate language detection by Linguist. + ## Reporting Issues: Please refer to the [issues](https://github.com/mohamedshahilshajahan/Calculator/issues) section for any updates or additional information on known issues. Feel free to report any new issues you encounter.