diff --git a/README.md b/README.md index 7d3132c46..423fe88dc 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,18 @@ Build the required Docker images for all SDA services: $ make build-all ``` -You can also build images for individual services by replacing `all` with the folder name (`postgresql`, `rabbitmq`, `sda`, `sda-download`, `sda-sftp-inbox`, `sda-admin`), for example +You can also build images for individual services by replacing `all` with the folder name (`postgresql`, `rabbitmq`, `sda`, `sda-download`, `sda-sftp-inbox`), for example ```sh $ make build-sda ``` +To build the CLI for `sda-admin`: + +```sh +$ make build-sda-admin +``` + ### Running the services #### Start services with Docker Compose