README: remove the PS1 in the example

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2024-05-21 19:09:36 -04:00
parent 5496b47b21
commit bc2e1f2be3
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED

View file

@ -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