From 559db3098a6344a4a127b9641d906e7344ac9e5b Mon Sep 17 00:00:00 2001 From: Johan Eklund Date: Sun, 24 Sep 2023 14:23:55 +0200 Subject: [PATCH] Update development section Signed-off-by: Johan Eklund --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ac307e0e9..618724a52 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,19 @@ better, please feel free to [open issues][issues] liberally! ## Development -To launch the development environment, simply install nodejs and yarn (check node version in package.json engine.node) then type `yarn && yarn start`. To do a -production build, use `yarn run build:all`, or limit it to a particular OS: -`yarn run build:linux`, `yarn run build:mac` or `yarn run build:win`. See the -`scripts` section of `package.json` for more scripts. +To launch the development environment, simply install nodejs and yarn (check node version in package.json engine.node) then type `yarn && yarn start`. + +To do a production build, use `yarn run make`, or limit it to a particular OS: + +| OS | Architecture | Command | +|---------|--------------|---------------------------| +| Windows | | `yarn run make-win` | +| macOS | | `yarn run make-mac` | +| macOS | x64 | `yarn run make-mac-intel` | +| macOS | arm64 | `yarn run make-mac-arm` | +| Linux | | `yarn run make-lin` | + +See the `scripts` section of `package.json` for more scripts. ## Additional Information To get more information about our efforts, how Bazecor communicates with the Raise and the latest development news, please check the links below