From 7a5ce2fde887e3926cc2d1c46d241845c9d5a538 Mon Sep 17 00:00:00 2001 From: jdeepee Date: Wed, 2 Nov 2022 16:00:50 +0000 Subject: [PATCH] add readme section for building ad4m-host & ad4min --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index d63228097..79a22024c 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,29 @@ In October/November 2022, these componentes were collected into a mono-repo agai ``` yarn install yarn build +``` + +## Testing + +``` +yarn install yarn test ``` +## Building ad4m-host + +``` +yarn install +yarn run package-linux/macos/windows (choose version for your OS) +``` + +## Building ad4min + +``` +yarn install +yarn run build-linux/macos/windows (choose version for your OS) +``` + ## Publishing Before making a PR with a set of changes, run the following command on your branch: