From a8215904a57bedd5c9e711c67857a5892b3c0606 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Mon, 4 Jan 2021 13:34:27 -0500 Subject: [PATCH] Add additional build instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7950cea..b0e8f29 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,11 @@ Currently this package depends on a fork of [yawn/ykoath](https://github.com/yaw Building requires [`mage`](https://magefile.org/) -To see all targets and their descriptions, run `mage -l`. +To see all targets and their descriptions, run `mage -l`. The most basic ones are as follows: + +* `mage install`: Build and install into your local machine for testing +* `mage dist`: Build bundle for distribution + ## Credits