aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormistivia <i@mistivia.com>2025-09-15 15:07:31 +0800
committerGitHub <noreply@github.com>2025-09-15 15:07:31 +0800
commit5a7bc1cfa8e0ffd9fa7da68c69e64123da07ab0a (patch)
tree0d5cc364312c8fcd8bdcc622502a8c1b01ca5fa7
parent27bab64a8ad63fc9b51bd8e15d249cd0e51de67a (diff)
Update Readme.md
-rw-r--r--Readme.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index e2c870d..ab61afb 100644
--- a/Readme.md
+++ b/Readme.md
@@ -78,6 +78,12 @@ Start docker container:
-p 127.0.0.1:1935:1935 \
localhost/ezlive
+# Windows
+
+For windows users, there is a windows build using MSYS2. See [release](https://github.com/mistivia/ezlive/releases).
+
+To start using, unzip the windows tarball, create a `config` file in the same directory as `ezlive.exe`, and run `ezlive.exe`.
+
# Credits
The built-in RTMP server is modified from [pine](https://github.com/deboot/pine).