mirror of
https://codeberg.org/scip/rpnc.git
synced 2025-12-17 12:31:04 +01:00
Compare commits
2 Commits
v2.0.13-co
...
codeberg
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b40e31308 | |||
| 476c7727a8 |
@@ -1,9 +1,8 @@
|
||||
[](https://ci.codeberg.org/repos/15511)
|
||||
## Programmable command-line calculator using reverse polish notation
|
||||
|
||||
[](https://codeberg.org/scip/rpnc/raw/branch/master/LICENSE)
|
||||
[](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
|
||||
[reverse polish notation](https://en.wikipedia.org/wiki/Reverse_Polish_notation)
|
||||
form.
|
||||
@@ -253,7 +252,7 @@ There are multiple ways to install **rpn**:
|
||||
stew install tlinden/rpnc
|
||||
```
|
||||
|
||||
- Go to the [latest release page](https://codeberg.org/scip/rpn/releases/),
|
||||
- Go to the [latest release page](https://codeberg.org/scip/rpn/releases/latest),
|
||||
locate the binary for your operating system and platform.
|
||||
|
||||
Download it and put it into some directory within your `$PATH` variable.
|
||||
|
||||
Reference in New Issue
Block a user