Skip to content

Commit 13090b1

Browse files
authored
Update README.md
1 parent 4226483 commit 13090b1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,19 @@ Below, you'll find the steps required to create a systemd command that will run
1818

1919
Open a terminal window and enter the following command:
2020

21-
`sudo nano /etc/systemd/system/keychron.service`
21+
```shell
22+
# Set the EDITOR variable with EDITOR=nano, uncommenting the line directly below
23+
# EDITOR=nano
24+
sudoedit /etc/systemd/system/keychron.service
25+
```
2226

2327
## Step 2
2428

2529
Paste the following into the window:
2630

2731
```shell
2832
[Unit]
29-
Description=The command to make the Keychron K2 work
33+
Description=Disables media keys for the Keychron K2 and enables function keys
3034

3135
[Service]
3236
Type=oneshot

0 commit comments

Comments
 (0)