Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Safe3 committed Jun 26, 2024
1 parent 8e68b62 commit 920a8bd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
Binary file removed docs/download/1.1.5/linux-amd64.gz
Binary file not shown.
4 changes: 0 additions & 4 deletions docs/download/linux-amd64.json

This file was deleted.

Binary file added docs/download/slwx.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/guide/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 920a8bd

Please sign in to comment.