Add welcome message when the terminal is launched

This commit is contained in:
febrezo
2021-07-20 14:20:27 +02:00
parent f3afc871cd
commit 1adf3f430b
2 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -17,8 +17,7 @@ Install Docker using the [official instructions](https://docs.docker.com/get-doc
Afterwards, you can build the Docker image once inside:
```
bash
```bash
git clone https://github.com/mvt-project/mvt.git
cd mvt
docker build -t mvt .