From 0f081ac3c8246aa627b96c55c7caec296ba0ae14 Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Wed, 20 Jul 2022 23:08:48 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d34920..2f35fbf 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ This guide helps you practice using Authorizer to evaluate it before you use it 5. Build Dashboard `make build-dashboard` 6. Build App `make build-app` 7. 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. 8. Run binary `./build/server` ### Deploy Authorizer using binaries