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