From 4ef8187ad51270f7937fdce987fe6f00fb0c0757 Mon Sep 17 00:00:00 2001 From: Mohamed Shahil <152691954+mohamedshahilshajahan@users.noreply.github.com> Date: Sun, 25 Feb 2024 20:28:17 +0530 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d8e3e95..685fd5a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,13 @@ Welcome to Calculator 2.0! This updated version brings several new features, imp 5. **Various Minor Bug Fixes:** Numerous minor issues have been identified and fixed in this release to enhance the overall performance and usability of the calculator. +## 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_2.java` to successfully launch the project. + ## Known Issue (To be Fixed in Next Update): - **Square Operation Issue:**