From df8d729ad539309c0d8d7fe7a8424a9773706df4 Mon Sep 17 00:00:00 2001 From: George J Padayatti Date: Thu, 30 Nov 2023 16:12:31 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b865b2d..df525f3 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ Now, follow the steps below to get the ConsentBB API server up and running: 1. Clone this repository to your local server using `git clone`. 2. Check out the latest release or any available release you wish to run. E.g. `git checkout tags/2023.10.4`. 3. Execute `make setup`. This sets up the necessary dependencies and configurations for running the Consent BB API server instance. -4. Execute `make build`. The compiles and assembles source code into executable files or libraries, following the instructions specified in the Makefile of Consent BB API server instance. -5. Execute `make run`. This executes a predefined set of instructions in the Makefile to launch or run the compiled Consent BB API server instance. +4. Execute `make api/build`. The compiles and assembles source code into executable files or libraries, following the instructions specified in the Makefile of Consent BB API server instance. +5. Execute `make api/run`. This executes a predefined set of instructions in the Makefile to launch or run the compiled Consent BB API server instance. The server is up and running now locally at https://api.bb-consent.dev/v2. You can use openAPIs with postman or the admin dashboard to interact with the Consent BB server instance.