From 8dffbeb9cc468f7deb762506189ed9f959555e71 Mon Sep 17 00:00:00 2001 From: Vinzenz Aubry Date: Mon, 27 May 2024 16:47:05 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8da3a968..42f10e14 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ flag | comment --- | --- `no-editor=1` | Starts without the editor `no-frontend=1` | Starts without the frontend -`no-sound=1` | Starts without the frontend +`no-sound=1` | Starts without the sound server **Example:** `make no-editor=1 no-frontend=1 docker-local` starts without editor and frontend.