mirror of
https://github.com/snowykami/server-status-client.git
synced 2024-11-22 07:07:58 +08:00
✨ 排除linux下无关分区
This commit is contained in:
parent
e03c99a9f6
commit
2c3cda6e46
10
README.md
10
README.md
@ -32,7 +32,15 @@ sudo apt install pipx
|
|||||||
sudo pipx install server-status
|
sudo pipx install server-status
|
||||||
```
|
```
|
||||||
|
|
||||||
若出现环境问题,请从 Actions 下载构建好的二进制文件
|
若出现环境问题,手动部署
|
||||||
|
```yaml
|
||||||
|
git clone https://github.com/snowykami/server-status-client.git
|
||||||
|
python -m venv .venv
|
||||||
|
source .venv/bin/activate
|
||||||
|
pip install pdm
|
||||||
|
pdm install
|
||||||
|
python main.py --your-args
|
||||||
|
```
|
||||||
|
|
||||||
## 🎉 使用
|
## 🎉 使用
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user