summarylogtreecommitdiffstats
path: root/notes.install
diff options
context:
space:
mode:
authorSebastian 'gonX' Jensen2023-09-06 18:53:59 +0200
committerSebastian 'gonX' Jensen2023-09-06 18:53:59 +0200
commit280284238e074a9f496859f6d2571290acbe8266 (patch)
tree535589790da209fdd57a835e11047fb2329b2f78 /notes.install
parentb18a8562e0c1ebb7725a88c5354a3c2f55c3414a (diff)
downloadaur-280284238e074a9f496859f6d2571290acbe8266.tar.gz
Update notes.install
- More highlights - Fix incorrect suggested daemon name
Diffstat (limited to 'notes.install')
-rw-r--r--notes.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/notes.install b/notes.install
index 0e4eb58ebbc0..69a69d6df192 100644
--- a/notes.install
+++ b/notes.install
@@ -9,9 +9,9 @@ msg_replug() {
msg_starting() {
echo "The daemon can be started with:"
- echo -e " $ ${GREEN}otd${RESET}"
+ echo -e " $ ${GREEN}otd-daemon${RESET}"
echo "You can fork it to the background and use output redirection to a log file if desired."
- echo "A systemd user service is also provided and can be used instead, assuming you have a correct systemd user graphical-session.target set up:"
+ echo -e "A systemd user service is also provided and can be used instead, assuming you have a correct systemd user ${GREEN}graphical-session.target${RESET} set up:"
echo -e " $ ${GREEN}systemctl --user enable --now opentabletdriver.service${RESET}"
echo
}
@@ -20,7 +20,7 @@ msg_modules() {
echo "You will have to manually unload built-in kernel modules (or reboot) in order for this driver to work properly."
echo "To unload the module immediately, run:"
echo -e " # ${GREEN}rmmod <module>${RESET}"
- echo "Where <module> is 'wacom' if you own a wacom tablet, and 'hid_uclogic' otherwise."
+ echo -e "Where <module> is ${GREEN}'wacom'${RESET} if you own a wacom tablet, and ${GREEN}'hid_uclogic'${RESET} otherwise."
echo
}