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 ```