freyacodes / ukulele

Simple self-contained Discord music bot
MIT License
157 stars 75 forks source link

Add AUR package to the README #37

Closed themadprofessor closed 2 years ago

themadprofessor commented 2 years ago

install -TDm0644 "$_pkgname.example.yml" "$pkgdir/etc/$_pkgname/$_pkgname.yml"

The name of the configuration file must be ukulele.yml or application.yml, not variable

The service file specifies the config file to be /etc/ukulele/ukulele.yml as a command line argument, and $_pkgname is ukulele.

freyacodes commented 2 years ago

Thanks!