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: