Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedshahilshajahan authored Feb 25, 2024
1 parent f54bdaf commit fd1eeda
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit fd1eeda

Please sign in to comment.