Adding to readme, changing elog
This commit is contained in:
parent
2c11b0f79f
commit
c1e60f1941
2 changed files with 14 additions and 3 deletions
14
README.md
14
README.md
|
@ -1,3 +1,15 @@
|
||||||
# tailwhip
|
# tailwhip
|
||||||
|
|
||||||
My private gentoo repository. Shared with waffelo.
|
My private gentoo repository. Shared with @waffelo.
|
||||||
|
|
||||||
|
Packages currently include:
|
||||||
|
|
||||||
|
- media-radio/meshtastic
|
||||||
|
- dev-python/bleak
|
||||||
|
- dev-python/dotmap
|
||||||
|
- dev-python/print-color
|
||||||
|
- dev-python/pypubsub
|
||||||
|
- dev-python/pyqrcode
|
||||||
|
- dev-python/pytap2
|
||||||
|
|
||||||
|
These packages will be updated every sunday, if necessary.
|
||||||
|
|
|
@ -157,8 +157,7 @@ pkg_postinst() {
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas || die "Failed to compile GSettings schemas"
|
glib-compile-schemas /usr/share/glib-2.0/schemas || die "Failed to compile GSettings schemas"
|
||||||
update-desktop-database /usr/share/applications
|
update-desktop-database /usr/share/applications
|
||||||
gtk-update-icon-cache -f -t /usr/share/icons/hicolor
|
gtk-update-icon-cache -f -t /usr/share/icons/hicolor
|
||||||
elog "The Meshtastic GTK Client has been installed and is available in your application menu."
|
elog "To launch the meshtastic GUI program from the CLI, execute 'gtk-meshtastic-client"
|
||||||
elog "To use the GUI, ensure a Meshtastic device is connected via serial, Bluetooth, or TCP."
|
|
||||||
elog "For configuration details, visit: https://meshtastic.org/docs/software/python/gui-client/"
|
elog "For configuration details, visit: https://meshtastic.org/docs/software/python/gui-client/"
|
||||||
elog "Report issues at: https://gitlab.com/kop316/gtk-meshtastic-client/-/issues"
|
elog "Report issues at: https://gitlab.com/kop316/gtk-meshtastic-client/-/issues"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue