specify to cd into directory after git clone

This commit is contained in:
Tomás Ralph 2023-04-08 17:01:34 -03:00
parent df3481a1ba
commit 1b73fd8153

View File

@ -56,6 +56,7 @@ The link to access the app will be printed on your terminal. Copy it and open it
You can run Swing in a Docker container. To do so, clone the repository and build the image:
git clone https://github.com/swing-opensource/swingmusic.git --depth 1
cd swingmusic
docker build . -t swingmusic
Then create the container. Here are some example snippets to help you get started creating a container.