From bc2e1f2be31dc47ef345b1b1de26276c423fe2bf Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Tue, 21 May 2024 19:09:36 -0400 Subject: [PATCH] README: remove the PS1 in the example Signed-off-by: Vincent Batts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6304167..232fba7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This repository contains configuration files for building a [Docker](https://git ## Build your own image ```shell -$ docker build -t $USER/subsonic . +docker build -t $USER/subsonic . ``` ## Run a container with this image