From ac54c90ba5d14eb22e49a803e184a797e1482301 Mon Sep 17 00:00:00 2001 From: Joris Date: Tue, 11 Jan 2022 18:08:04 +0000 Subject: [PATCH] Update install_steps_ubuntu.md --- source/installation/install_steps_ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/installation/install_steps_ubuntu.md b/source/installation/install_steps_ubuntu.md index 0b51c7b..2ba4334 100644 --- a/source/installation/install_steps_ubuntu.md +++ b/source/installation/install_steps_ubuntu.md @@ -27,7 +27,7 @@ there might be better places compared to where I created it, but it works... `git clone https://gitlab.com/fabinfra/fabaccess/bffh --recursive --branch main` 6. For compiling some dependencies were missing on Ubuntu -`git submodule update —init` +`git submodule update --init` `sudo apt install libgsasl7-dev` `sudo apt install cmake` `sudo apt install libclang-dev`