From f7929a49165c6012a07e2e9f0ac9402a000de7b1 Mon Sep 17 00:00:00 2001 From: David Rouquet <david.rouquet@tetras-libre.fr> Date: Tue, 13 Dec 2022 14:20:37 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8a7714d..a746346 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,8 @@ Clone the current git repository and cd inside. *NOTE : the two following steps should become obsolete at some point* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Run `submodule init && submodule update` - -run `sh bash build_deps.sh` - +submodule init && submodule update +bash build_deps.sh ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Copy `.env.template` to `.env` and change variables to suit your need. -- GitLab