From 166f2c04fdf8cadf3a05c415efbc9e0dfe5b76c4 Mon Sep 17 00:00:00 2001 From: siinus Date: Fri, 12 Jun 2020 05:34:45 +0300 Subject: [PATCH] Add hotkey info to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ea0c09..4562c43 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ ln -s $CLONE/nginx/default /etc/nginx/default ln -s $CLONE/projektor /opt/projektor apt install python3-serial python3-bottle ``` +Optionally, set keyboard hotkeys from projektor/hotkey_commands.txt + # #### web ``` @@ -51,4 +53,4 @@ systemctl start websockify.service # Now, essential code seems to be symlinked and `git pull` keeps everything up-to-date.. - And as always, this readme is under destruction :) \ No newline at end of file + And as always, this readme is under destruction :)