Skip to content

Commit

Permalink
update:readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Guovin committed Dec 13, 2024
1 parent fea4557 commit 5a9b409
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
- [🔗 最新结果](#最新结果)
- [⚙️ 配置参数](#配置)
- [🚀 快速上手](#快速上手)
- [工作流](#工作流)
- [命令行](#命令行)
- [GUI软件](#GUI-软件)
- [Docker](#Docker)
- [📖 详细教程](./docs/tutorial.md)
- [🗓️ 更新日志](./CHANGELOG.md)
- [❤️ 赞赏](#赞赏)
Expand Down Expand Up @@ -193,11 +197,11 @@ https://cdn.jsdelivr.net/gh/Guovin/iptv-api@gd/source.json

## 快速上手

### 方式一:工作流
### 工作流

Fork 本项目并开启工作流更新,具体步骤请见[详细教程](./docs/tutorial.md)

### 方式二:命令行
### 命令行

```shell
pip install pipenv
Expand All @@ -219,7 +223,7 @@ pipenv run dev
pipenv run service
```

### 方式三:GUI 软件
### GUI 软件

1. 下载[IPTV-API 更新软件](https://github.com/Guovin/iptv-api/releases),打开软件,点击更新,即可完成更新

Expand All @@ -231,7 +235,7 @@ pipenv run ui

<img src="./docs/images/ui.png" alt="IPTV-API更新软件" title="IPTV-API更新软件" style="height:600px" />

### 方式四:Docker
### Docker

- iptv-api(完整版本):性能要求较高,更新速度较慢,稳定性、成功率高;修改配置 open_driver = False 可切换到 Lite
版本运行模式(推荐酒店源、组播源、关键字搜索使用此版本)
Expand Down
12 changes: 8 additions & 4 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
- [🔗 Latest results](#latest-results)
- [⚙️ Config parameter](#Config)
- [🚀 Quick Start](#quick-start)
- [Workflow](#workflow)
- [Command Line](#command-line)
- [GUI Software](#gui-software)
- [Docker](#docker)
- [📖 Detailed Tutorial](./docs/tutorial_en.md)
- [🗓️ Changelog](./CHANGELOG.md)
- [❤️ Appreciate](#appreciate)
Expand Down Expand Up @@ -193,12 +197,12 @@ https://cdn.jsdelivr.net/gh/Guovin/iptv-api@gd/source.json

## Quick Start

### Method 1: Workflow
### Workflow

Fork this project and initiate workflow updates, detailed steps are available
at [Detailed Tutorial](./docs/tutorial_en.md)

### Method 2: Command Line
### Command Line

```shell
pip install pipenv
Expand All @@ -220,7 +224,7 @@ Start service:
pipenv run service
```

### Method 3: GUI Software
### GUI Software

1. Download [IPTV-API update software](https://github.com/Guovin/iptv-api/releases), open the software, click update to
complete the update
Expand All @@ -233,7 +237,7 @@ pipenv run ui

<img src="./docs/images/ui.png" alt="IPTV-API update software" title="IPTV-API update software" style="height:600px" />

### Method 4: Docker
### Docker

- iptv-api (Full version): Higher performance requirements, slower update speed, high stability and success rate. Set
open_driver = False to switch to the lite running mode (recommended for hotel sources, multicast sources, and online
Expand Down

0 comments on commit 5a9b409

Please sign in to comment.