From 9ed5c9039c419c05bc37921b6dee72f5d95ebd97 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Tue, 14 Apr 2026 02:44:57 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20Service=EF=BC=9APicoClaw?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service%EF%BC%9APicoClaw.md | 43 +++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 Service%EF%BC%9APicoClaw.md diff --git a/Service%EF%BC%9APicoClaw.md b/Service%EF%BC%9APicoClaw.md new file mode 100644 index 0000000..ea0b6d5 --- /dev/null +++ b/Service%EF%BC%9APicoClaw.md @@ -0,0 +1,43 @@ +# 安裝語言套件 + +## Go + +```bash +wget https://go.dev/dl/go1.26.2.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.26.2.linux-amd64.tar.gz +``` + +```bash +echo 'export PATH=$PATH:/usr/local/go/bin' >> ~/.bashrc && source ~/.bashrc && go version +``` + +## NodeJS + +```bash +apt update && apt install -y nodejs npm +``` + +# 安裝相依套件 + +```bash + +``` + +# 下載原始碼 + +```bash +git clone https://github.com/sipeed/picoclaw.git +``` + +# 編譯原始碼 + +```bash +cd ~/picoclaw && make deps +``` + +```bash +cd ~/picoclaw/web/frontend && corepack install +``` + +```bash + +``` \ No newline at end of file