From c78f6b9c04218340ffaea25613f67398c28619a6 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart <emmanuel@raviart.com> Date: Fri, 28 May 2021 22:45:25 +0200 Subject: [PATCH] Add missing git clone to README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5632215b7..84c91e647 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ git clone https://git.leximpact.dev/openfisca/openfisca-france-json Une fois cela fait, exécuter les commandes ci-dessous pour vous déplacer dans le répertoire du projet et installer les librairies nécessaires : ```shell +git clone https://git.leximpact.dev/leximpact/leximpact-socio-fiscal-ui cd leximpact-socio-fiscal-ui/ npm install ``` -- GitLab