Update README.md
This commit is contained in:
parent
025fba31ff
commit
f1ca89f186
13
README.md
13
README.md
|
@ -11,13 +11,22 @@ This Python project broadcasts a service on a local network using UDP to enable
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- `python >= 3.11`
|
- `python >= 3.11`
|
||||||
|
- `python-venv`
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Run the script:
|
1. Create your `src/.env` file according to your requirements. You can copy `src/.env.dev` as a reference.
|
||||||
|
|
||||||
|
2. Run the application:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python broadcast.py
|
bash run.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
or, if you are on Windows:
|
||||||
|
|
||||||
|
```ps
|
||||||
|
.\start.bat
|
||||||
```
|
```
|
||||||
|
|
||||||
## How clients receive the service announcement
|
## How clients receive the service announcement
|
||||||
|
|
Loading…
Reference in New Issue