Update README build references (#54394)

This commit is contained in:
linoman
2022-08-29 16:36:06 +02:00
committed by GitHub
parent 07dcb64e38
commit 3f0beee362
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ build-docker-full-ubuntu: ## Build Docker image based on Ubuntu for development.
##@ Services
# create docker-compose file with provided sources and start them
# example: make devenv sources=postgres,openldap
# example: make devenv sources=postgres,auth/openldap
ifeq ($(sources),)
devenv:
@printf 'You have to define sources for this command \nexample: make devenv sources=postgres,openldap\n'