Skip to content

Commit c258740

Browse files
authored
Updated README.md
1 parent a0a5028 commit c258740

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# AnalogClock
22
Tasmota LVGL smooth moving analog clock written in berry
33
## Installation
4-
Create Tasmota application:
4+
Tasmota appication (.tapp) will be build automatically for each relase. You can download the file under Actions / Release Build
5+
6+
To build it manually, execute following in the repo directory
57
```
6-
rm -f AnalogClock.tapp; zip -j -0 AnalogClock.tapp AnalogClock/*.be
8+
rm -f AnalogClock.tapp; zip -j -0 AnalogClock.tapp src/*.be
79
```
810
## Configuration
911
Following parameter could be configured in the `persist` module:

0 commit comments

Comments
 (0)