mirror of
https://codeberg.org/scip/rpnc.git
synced 2025-12-17 20:41:01 +01:00
move to codeberg
This commit is contained in:
15
README.md
15
README.md
@@ -1,8 +1,7 @@
|
||||
## Programmable command-line calculator using reverse polish notation
|
||||
|
||||
[](https://github.com/tlinden/rpnc/actions)
|
||||
[](https://github.com/tlinden/rpnc/blob/master/LICENSE)
|
||||
[](https://goreportcard.com/report/github.com/tlinden/rpnc)
|
||||
[](https://codeberg.org/scip/rpnc/raw/branch/master/LICENSE)
|
||||
[](https://goreportcard.com/report/codeberg.org/scip/rpnc)
|
||||
|
||||
This is a small commandline calculator which takes its input in
|
||||
[reverse polish notation](https://en.wikipedia.org/wiki/Reverse_Polish_notation)
|
||||
@@ -252,7 +251,7 @@ There are multiple ways to install **rpn**:
|
||||
stew install tlinden/rpnc
|
||||
```
|
||||
|
||||
- Go to the [latest release page](https://github.com/tlinden/rpn/releases/latest),
|
||||
- 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.
|
||||
@@ -265,7 +264,7 @@ There are multiple ways to install **rpn**:
|
||||
|
||||
- You can also install from source. Issue the following commands in your shell:
|
||||
```
|
||||
git clone https://github.com/TLINDEN/rpn.git
|
||||
git clone https://codeberg.org/scip/rpn.git
|
||||
cd rpn
|
||||
make
|
||||
sudo make install
|
||||
@@ -279,7 +278,7 @@ hesitate to ask me about it, I'll add it.
|
||||
|
||||
The documentation is provided as a unix man-page. It will be
|
||||
automatically installed if you install from source. However, you can
|
||||
[read the man-page online](https://github.com/TLINDEN/rpnc/blob/master/rpn.pod)
|
||||
[read the man-page online](https://codeberg.org/scip/rpnc/raw/branch/master/rpn.pod)
|
||||
|
||||
Or if you cloned the repository you can read it this way (perl needs
|
||||
to be installed though): `perldoc rpn.pod`.
|
||||
@@ -296,7 +295,7 @@ best way for me to forget to do something.
|
||||
|
||||
In order to report a bug, unexpected behavior, feature requests or to
|
||||
submit a patch, please open an issue on github:
|
||||
https://github.com/TLINDEN/rpnc/issues.
|
||||
https://codeberg.org/scip/rpnc/issues.
|
||||
|
||||
## Copyright and license
|
||||
|
||||
@@ -308,4 +307,4 @@ T.v.Dein <tom AT vondein DOT org>
|
||||
|
||||
## Project homepage
|
||||
|
||||
https://github.com/TLINDEN/rpnc
|
||||
https://codeberg.org/scip/rpnc
|
||||
|
||||
Reference in New Issue
Block a user