From 17bb95895ef8ce1202b6073bf93b57b1f6b1ad03 Mon Sep 17 00:00:00 2001 From: Martin <1403951401@qq.com> Date: Wed, 1 Jan 2025 17:48:11 +0800 Subject: [PATCH] =?UTF-8?q?[*]=20=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9493454..d4ea784 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ ```bash # 配置名称以及Label -echo "_AGENT=CH.CD.A" >> /etc/environment -echo "_LABEL=CH" >> /etc/environment +echo "export _AGENT=CH.CD.A" >> ~/.bashrc +echo "export _LABEL=CH" >> ~/.bashrc +source ~/.bashrc git clone git@git.martin98.com:MartinFarm/act_runner.git cd act_runner sh run.sh