Skip to content

Commit 6d6c914

Browse files
committed
Update instructions for windows users
1 parent fa40c8b commit 6d6c914

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
- **Windows Executable**: ZeroConfigDLNA-${{ steps.version.outputs.version }}.exe
158158
159159
### Usage
160-
Simply download and run the executable. The DLNA server will start automatically.
160+
Simply download and run the executable from the directory you wish to serve files from. The DLNA server will start automatically.
161161
162162
### Changes
163163
Built from latest main branch commit.

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ Simple, cross-platform DLNA media server.
44

55
Share media from your computer to your TV (or any other UPnP device!) with a single command. Runs on Windows, Linux, and MacOS.
66

7-
## Quick Start
7+
## Quick Start - Windows
8+
Windows users can [download the latest release here](https://github.com/richstokes/ZeroConfigDLNA/releases). Copy the .exe to the directory you wish to serve files from.
9+
10+
 
11+
12+
## Quick Start - Mac & Linux
813

914
1. Clone or download this repository.
1015
2. Run the application:
@@ -24,7 +29,7 @@ This project uses only Python (3.4+) standard library features, so no additional
2429

2530

2631
## Install as a Linux Service
27-
You can install ZeroConfigDLNA as a systemd service by running this one-liner interactive [install script](https://github.com/richstokes/ZeroConfigDLNA/blob/main/linux_install.sh). It will prompt you for the directory you wish to serve media from:
32+
Great for if you have a dedicated media server. You can install ZeroConfigDLNA as a systemd service by running this one-liner interactive [install script](https://github.com/richstokes/ZeroConfigDLNA/blob/main/linux_install.sh). It will prompt you for the directory you wish to serve media from:
2833
```bash
2934
curl -fsSL https://raw.githubusercontent.com/richstokes/ZeroConfigDLNA/refs/heads/main/linux_install.sh -o /tmp/install.sh && sudo bash /tmp/install.sh && rm /tmp/install.sh
3035
```

0 commit comments

Comments
 (0)