summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-11 22:35:39 +0300
committerPaul Buetow <paul@buetow.org>2026-04-11 22:35:39 +0300
commitfc8b403cc183fcc38a6154005744588c30913679 (patch)
treed1b55b3b4bbdef98033ccbe87be18c6a8eebcb32 /README.md
parented4e19fac4cdb639006f2db4289e30c820feff30 (diff)
docs: add brief explanation of Mage build tool to Installation section
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f0c1343..ef97fdd 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,8 @@ Or using mage:
mage install
```
+[Mage](https://github.com/magefile/mage) is a Makefile replacement written in Go. It uses Go code for task definitions, providing better type safety and dependency management. The project includes a `magefile.go` with common development tasks like `build`, `test`, and `install`.
+
## Usage
`gt` supports various percentage calculation formats and RPN (Reverse Polish Notation) stack calculations.