Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
modestme committed Nov 18, 2024
1 parent 6210377 commit ed4f033
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# 快速开始
使用 `pip` 安装:
```shell
$ pip install sbscmgr
$ pip install subscribe-manager
```

添加配置文件 `config.yaml`,格式如下:
Expand Down Expand Up @@ -140,7 +140,8 @@ services:
url: "<your_original_subscribe_link1>"
- uuid: "<your_unique_identifier2>"
url: "<your_original_subscribe_link2>"
...
- uuid: "..."
url: "..."
```
运行命令:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()

setuptools.setup(
name="subscribe_manager-modestme",
name="subscribe-manager",
version="0.0.1",
author="modestme",
author_email="[email protected]",
Expand Down

0 comments on commit ed4f033

Please sign in to comment.