improved readme

This commit is contained in:
bjoernf 2023-08-16 22:48:05 +02:00
parent c81e05c841
commit fa8c8136b3
1 changed files with 11 additions and 0 deletions

View File

@ -1,5 +1,15 @@
#### installation
install `libpulse-dev` (debian based) or `libpulse` package depending on your distro
```
sudo pacman -S libpulse pulseaudio sound-theme-freedesktop
```
```
ffmpeg -i /usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga ${HOME}/music/alarm-clock-elapsed.wav
```
```
make
```
@ -22,3 +32,4 @@ sudo make uninstall
#### TODO
- allow countdowns to be longer than 60 minutes
- make alarm clock file wave file configurable