From 3aa0fb20ce24e159d0faa5cb2beea9955969a77e Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Wed, 20 Jul 2022 23:08:44 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 4ee4631..b48e702 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -49,7 +49,7 @@ Please ask as many questions as you need, either directly in the issue or on [Di 6. Build Dashboard `make build-dashboard` 7. Build App `make build-app` 8. Build Server `make clean && make` - > Note: if you don't have [`make`](https://www.ibm.com/docs/en/aix/7.2?topic=concepts-make-command), you can `cd` into `server` dir and build using the `go build` command + > Note: if you don't have [`make`](https://www.ibm.com/docs/en/aix/7.2?topic=concepts-make-command), you can `cd` into `server` dir and build using the `go build` command. In that case you will have to build `dashboard` & `app` manually using `npm run build` on both dirs. 9. Run binary `./build/server` ### Testing