From 8dbd2cbb222668fa3b4164c1d515e04500c0f643 Mon Sep 17 00:00:00 2001 From: xeonqq Date: Thu, 27 Jul 2023 19:25:35 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e75c94..333a067 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ The project depends on https://github.com/SmingHub/Sming, therefore it is easier git clone https://github.com/xeonqq/SpeedyBirdie cd SpeedyBirdie -# connect the esp8266 +# connect the esp8266 +docker build . -t sming-cli docker-compose run --rm sming-cli make ```