diff --git a/README-EN.md b/README-EN.md index 3a6ef48..0652911 100644 --- a/README-EN.md +++ b/README-EN.md @@ -54,7 +54,7 @@ go build ### 1.Installation ```sh -wget https://gitee.com/chuangxxt/share-copilot/releases/download/1.0.2/share-copilot-linux-amd64.zip +wget https://gitlab.com/luyoyu/share-copilot/uploads/73bca0887b3ea39622e88cb88d7d0297/share-copilot-linux-amd64.zip ``` ```sh unzip share-copilot-linux-amd64.zip @@ -63,9 +63,6 @@ unzip share-copilot-linux-amd64.zip ```sh cd share-copilot ``` -```sh -chmod +x share-copilot -``` ```sh bash install.sh @@ -119,7 +116,7 @@ The format must be correct; ### 3.Run ```sh -scop r # Run [Ctrl+c to exit] +scop r # Run [Ctrl+c to exit] chmod +x share-copilot if Permission denied scop rb # Run in the background scop st # Stop scop v # View status diff --git a/README.md b/README.md index fe9ecf7..7109531 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ source ~/.bashrc go version #cd到main.go源码目录 -cd /share-copilot/source +cd /share-copilot/src go build ``` ***