From 7f9387150040e2f14221edba9e483710173a0711 Mon Sep 17 00:00:00 2001 From: Bilel El Yaagoubi <bilel.el-yaagoubi@student-cs.fr> Date: Thu, 13 Oct 2022 16:36:23 +0200 Subject: [PATCH] Update setup.md to make people checkout on the right branch --- deploy/setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/setup.md b/deploy/setup.md index 98bd0a6..78a895c 100644 --- a/deploy/setup.md +++ b/deploy/setup.md @@ -7,6 +7,7 @@ sudo su mkdir -p /var/www cd /var/www git clone https://gitlab.viarezo.fr/<login>/cicd.git # Et on clone son fork +git checkout tp3 ``` ## Installe les dépendances -- GitLab