Skip to content

Commit 0f081ac

Browse files
authored
Update README.md
1 parent 3aa0fb2 commit 0f081ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ This guide helps you practice using Authorizer to evaluate it before you use it
8989
5. Build Dashboard `make build-dashboard`
9090
6. Build App `make build-app`
9191
7. Build Server `make clean && make`
92-
> 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
92+
> 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.
9393
8. Run binary `./build/server`
9494

9595
### Deploy Authorizer using binaries

0 commit comments

Comments
 (0)