From 13090b1d4b7b291ca8e43874b9777ba820504ad7 Mon Sep 17 00:00:00 2001 From: Adam Savard Date: Fri, 25 Feb 2022 12:30:47 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b144337..3683292 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,11 @@ Below, you'll find the steps required to create a systemd command that will run Open a terminal window and enter the following command: -`sudo nano /etc/systemd/system/keychron.service` +```shell +# Set the EDITOR variable with EDITOR=nano, uncommenting the line directly below +# EDITOR=nano +sudoedit /etc/systemd/system/keychron.service +``` ## Step 2 @@ -26,7 +30,7 @@ Paste the following into the window: ```shell [Unit] -Description=The command to make the Keychron K2 work +Description=Disables media keys for the Keychron K2 and enables function keys [Service] Type=oneshot