mod readme

This commit is contained in:
luyoyu 2023-09-13 18:55:27 +08:00
parent 69c962c57e
commit 67a8e7631a
2 changed files with 3 additions and 6 deletions

View File

@ -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

View File

@ -61,7 +61,7 @@ source ~/.bashrc
go version
#cd到main.go源码目录
cd /share-copilot/source
cd /share-copilot/src
go build
```
***