From d51d2f2f569db90102876caf6e070f15e3323c97 Mon Sep 17 00:00:00 2001 From: TT Date: Wed, 30 Oct 2019 08:01:00 +0900 Subject: [PATCH] doc: update link to docker hub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23761ff..05ecd8f 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Just make in the directory. ### Build firmware using docker -Using [this docker image](https://cloud.docker.com/u/edy555/repository/docker/edy555/arm-embedded) without installing arm toolchain. +Using [this docker image](https://hub.docker.com/r/edy555/arm-embedded) and without installing arm toolchain, you can build the firmware. $ cd NanoVNA $ docker run -it --rm -v $(PWD):/work edy555/arm-embedded:8.2 make