From f2add44253f62fe67f10d5cb3c30dd10b649f82c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20Pr=C3=BC=C3=9Fmann?= Date: Sun, 9 May 2021 17:27:30 +0200 Subject: [PATCH] Update docs/docker_quickstart.md Co-authored-by: Matthias --- docs/docker_quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker_quickstart.md b/docs/docker_quickstart.md index ce6d0b503..51386a4e3 100644 --- a/docs/docker_quickstart.md +++ b/docs/docker_quickstart.md @@ -74,7 +74,7 @@ Create a new directory and place the [docker-compose file](https://raw.githubuse mkdir ft_userdata cd ft_userdata/ - # arm64 images are not yer provided via Docker Hub and need to be build locally first. Depending on the device, + # arm64 images are not yet provided via Docker Hub and need to be build locally first. Depending on the device, # this may take a few minutes (Apple M1) or up to two hours (Raspberry Pi) git clone https://github.com/freqtrade/freqtrade.git docker build -f ./freqtrade/docker/Dockerfile.aarch64 -t freqtradeorg/freqtrade:develop_arm64 freqtrade