-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4ffef54
commit d07c659
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# HP11C Calculator | ||
![Build Shield](https://img.shields.io/badge/Build-Succeeding-sucess) | ||
![Downloads Shield](https://img.shields.io/github/downloads/HadrianFinch/HP11C/total?label=Downloads) | ||
|
||
HP11C is a calculator app for windows that uses Reverse Polish Notation for calculations. | ||
|
||
## Installation | ||
|
||
Download the [latest GitHub release](https://github.com/HadrianFinch/HP11C/releases) and run the installer, or download the standalone .exe from [here](https://github.com/HadrianFinch/HP11C/raw/master/bin/HP11C.exe) | ||
|
||
## Usage | ||
Launch the app from the Start menu or type `hpcalc` in a command prompt or Run window. Or, if you have the standalone, run the.exe by double-clicking it. | ||
|
||
## Contributing | ||
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. | ||
|
||
## License | ||
[MIT](https://choosealicense.com/licenses/mit/) |