From 841bc38d90663df97d76d4c372287b0906db9f81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Thu, 12 Jan 2023 19:54:37 +0100 Subject: [PATCH] fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek Küthe --- docs/routing/babeld/compile-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/routing/babeld/compile-install.md b/docs/routing/babeld/compile-install.md index 3398e64..d870058 100644 --- a/docs/routing/babeld/compile-install.md +++ b/docs/routing/babeld/compile-install.md @@ -12,7 +12,7 @@ sudo apt install build-essential make git After that you can clone the babeld Git repo and initialize the submodules. GitHub requires an IPv4 clearnet connection. ``` -https://github.com/jech/babeld.git +git clone https://github.com/jech/babeld.git git submodule update --init --recursive ```