From 9bd2181db3ce40d34829978c486da5df4deb41f9 Mon Sep 17 00:00:00 2001 From: dianjixz <18637716021@163.com> Date: Thu, 26 Feb 2026 11:28:07 +0800 Subject: [PATCH] [update] add online installation --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a30bf06..1183033 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,14 @@ projects/ec_proxy/build/ ## Installation +### Online Installation +```bash +wget -qO /etc/apt/keyrings/StackFlow.gpg https://repo.llm.m5stack.com/m5stack-apt-repo/key/StackFlow.gpg +echo 'deb [signed-by=/etc/apt/keyrings/StackFlow.gpg] https://repo.llm.m5stack.com/m5stack-apt-repo ax650c main' | tee /etc/apt/sources.list.d/axclhost.list +apt update +apt install ec-proxy +``` + ### Deploy to Target Device ```bash