diff --git a/docs/download/1.1.5/linux-amd64.gz b/docs/download/1.1.5/linux-amd64.gz deleted file mode 100644 index 3defa91..0000000 Binary files a/docs/download/1.1.5/linux-amd64.gz and /dev/null differ diff --git a/docs/download/linux-amd64.json b/docs/download/linux-amd64.json deleted file mode 100644 index 56766b6..0000000 --- a/docs/download/linux-amd64.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "Version": "1.1.5", - "Sha256": "RykE2GNORJOPI4Uc7UJioeT3UgTYK9xLkzjzEHIlDtQ=" -} \ No newline at end of file diff --git a/docs/download/slwx.tgz b/docs/download/slwx.tgz new file mode 100644 index 0000000..f3d8609 Binary files /dev/null and b/docs/download/slwx.tgz differ diff --git a/docs/guide/quickstart.md b/docs/guide/quickstart.md index 51de0c6..5ac982b 100644 --- a/docs/guide/quickstart.md +++ b/docs/guide/quickstart.md @@ -26,10 +26,10 @@ sudo $( command -v yum || command -v apt-get ) install -y ca-certificates curl https://slwx.uusec.com/download/slwx.tgz -o slwx.tgz && sudo tar -zxf slwx.tgz && rm -f ./slwx.tgz ``` -启动服务: +后台运行: ```bash -slwx/slwx & +nohup slwx/slwx >/dev/null 2>&1 & ``` 修改配置文件slwx/config.json: