get cloning command right

This commit is contained in:
Marco Kundt 2021-05-04 14:16:53 +02:00
parent 36c7c04f54
commit f471881db7

View File

@ -14,7 +14,7 @@ These steps are required for new Mattermost setups and don't include everything
### 1. Cloning the repository (as an alternative please download it as archive)
```
$ git pull https://github.com/mattermost/docker
$ git clone https://github.com/mattermost/docker
$ cd docker
```