From a1ab181abeb2d58ea3003900937d27130ff95d8d Mon Sep 17 00:00:00 2001 From: Mael Date: Mon, 17 Jun 2019 09:47:45 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b340e7eeb..aaa02ae17 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,13 @@ Most of the documentation (including issues and the wiki) is written in french, ## Run it ``` +# Clone this repo on your computer +git clone git@github.com:betagouv/syso.git && cd syso + +# Install the Javscript dependencies through Yarn yarn install +# Run the server yarn start ```