From 70b455a19f486206e7e83f7075f31b449255870f Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sun, 2 Nov 2025 10:49:15 +0100 Subject: [PATCH] add move note --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a87286..d0bc5ef 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ -## Programmable command-line calculator using reverse polish notation [![License](https://img.shields.io/badge/license-GPL-blue.svg)](https://codeberg.org/scip/rpnc/raw/branch/master/LICENSE) [![Go Report Card](https://goreportcard.com/badge/codeberg.org/scip/rpnc)](https://goreportcard.com/report/codeberg.org/scip/rpnc) +## Programmable command-line calculator using reverse polish notation + +> [!IMPORTANT] +> This app is now being maintained on [Codeberg](https://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) form.