We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c90bae commit 43898eaCopy full SHA for 43898ea
README.md
@@ -214,7 +214,7 @@ To use Franky within Docker we provide a [Dockerfile](docker/run/Dockerfile) and
214
accompanying [docker-compose](docker-compose.yml) file.
215
216
```bash
217
-git clone https://github.com/timschneider42/franky.git
+git clone --recurse-submodules https://github.com/timschneider42/franky.git
218
cd franky/
219
docker compose build franky-run
220
```
0 commit comments