mirror of
https://codeberg.org/scip/rpnc.git
synced 2025-12-18 04:51:03 +01:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2fbf3ecb4e | |||
| 0dbdb360c3 | |||
| 326b45b838 | |||
|
|
3e490a9fb5 |
@@ -1,8 +1,9 @@
|
|||||||
## Programmable command-line calculator using reverse polish notation
|
[](https://ci.codeberg.org/repos/15511)
|
||||||
|
|
||||||
[](https://codeberg.org/scip/rpnc/raw/branch/master/LICENSE)
|
[](https://codeberg.org/scip/rpnc/raw/branch/master/LICENSE)
|
||||||
[](https://goreportcard.com/report/codeberg.org/scip/rpnc)
|
[](https://goreportcard.com/report/codeberg.org/scip/rpnc)
|
||||||
|
|
||||||
|
## Programmable command-line calculator using reverse polish notation
|
||||||
|
|
||||||
This is a small commandline calculator which takes its input in
|
This is a small commandline calculator which takes its input in
|
||||||
[reverse polish notation](https://en.wikipedia.org/wiki/Reverse_Polish_notation)
|
[reverse polish notation](https://en.wikipedia.org/wiki/Reverse_Polish_notation)
|
||||||
form.
|
form.
|
||||||
@@ -252,7 +253,7 @@ There are multiple ways to install **rpn**:
|
|||||||
stew install tlinden/rpnc
|
stew install tlinden/rpnc
|
||||||
```
|
```
|
||||||
|
|
||||||
- Go to the [latest release page](https://codeberg.org/scip/rpn/releases/latest),
|
- Go to the [latest release page](https://codeberg.org/scip/rpn/releases/),
|
||||||
locate the binary for your operating system and platform.
|
locate the binary for your operating system and platform.
|
||||||
|
|
||||||
Download it and put it into some directory within your `$PATH` variable.
|
Download it and put it into some directory within your `$PATH` variable.
|
||||||
|
|||||||
Reference in New Issue
Block a user