diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-11 22:35:39 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-11 22:35:39 +0300 |
| commit | fc8b403cc183fcc38a6154005744588c30913679 (patch) | |
| tree | d1b55b3b4bbdef98033ccbe87be18c6a8eebcb32 /README.md | |
| parent | ed4e19fac4cdb639006f2db4289e30c820feff30 (diff) | |
docs: add brief explanation of Mage build tool to Installation section
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |
