Update README for clarity and accuracy (#2)

This commit is contained in:
hhh-wwj
2025-03-26 13:12:47 +08:00
committed by GitHub
parent 8202a2ca11
commit 4cef3f62dd
2 changed files with 6 additions and 6 deletions

View File

@@ -34,14 +34,14 @@ StreamCap 是一个基于FFmpeg和StreamGet的多平台直播流录制客户端
### 1.**运行预构建的程序**
访问 [StreamCap Releases](https://github.com/ihmily/StreamCap/releases/latest) 页面,根据自身系统下载最新版本`StreamCap.zip` 压缩包。
访问 [StreamCap Releases](https://github.com/ihmily/StreamCap/releases/latest) 页面,根据自身系统下载对应的最新版本压缩包。
- **Windows 用户**:下载 `StreamCap.zip` 文件,解压后运行 `StreamCap.exe`
- **macOS 用户**:下载 `StreamCap.dmg` 文件,按照提示完成安装。
- **macOS 用户**:下载 `StreamCap.dmg` 文件,按照提示完成安装,即可在启动台找到应用并运行
### 2.从源代码运行
确保已安装 **Python 3.10** 及以上版本。💥
确保已安装 **Python 3.10** 或更高版本。💥
1.**克隆项目代码**
@@ -244,4 +244,4 @@ StreamCap在Apache License 2.0下发布。有关详情,请参阅[LICENSE](./LI
- [FFmpeg](https://ffmpeg.org)
- [streamget](https://github.com/ihmily/streamget)
如果您有任何问题或建议请随时通过GitHub Issues与我们联系。
如果您有任何问题或建议请随时通过GitHub Issues与我们联系。

View File

@@ -36,11 +36,11 @@ StreamCap is a multi-platform live stream recording client based on FFmpeg and S
Visit the [StreamCap Releases](https://github.com/ihmily/StreamCap/releases/latest) page and download the latest version according to your operating system:
- **Windows Users**: Download the `StreamCap.zip` file, extract it, and run `StreamCap.exe`.
- **macOS Users**: Download the `StreamCap.dmg` file and follow the on-screen instructions to install.
- **macOS Users**: Download the `StreamCap.dmg` file and follow the on-screen instructions to install, then you can find the application in the Launchpad to run it.
### 2. Running from Source Code
Ensure you have **Python 3.10** or above installed.💥
Ensure you have **Python 3.10** or a higher version installed.💥
1.**Clone the Project Code**: