From f471881db76378134d606ed31d73341940675dcd Mon Sep 17 00:00:00 2001 From: Marco Kundt Date: Tue, 4 May 2021 14:16:53 +0200 Subject: [PATCH] get cloning command right --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 805d93c..07c993b 100644 --- a/README.md +++ b/README.md @@ -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 ```