Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
Marek Küthe 2023-01-12 19:54:37 +01:00
parent 8570b3bb9f
commit 841bc38d90
No known key found for this signature in database
GPG Key ID: 7E869146699108C7
1 changed files with 1 additions and 1 deletions

View File

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