weblight/README.md

25 lines
252 B
Markdown
Raw Normal View History

# Weblight
Tool to switch on/off the yard light with web page.
## Installation
```shell
python setup.py install
```
## Usage
### Manual
```shell
start-weblight
```
### systemd
```shell
$ systemctl enable weblight
$ systemctl start weblight
```