readme: Combine systemctl `enable` and `start` commands by using `--now`

master
Rajas Paranjpe 2 years ago committed by Raheman Vaiya
parent eb6fe4c167
commit b389a1f36d
  1. 2
      README.md

@ -78,7 +78,7 @@ between releases. Releases are [tagged](https://github.com/rvaiya/keyd/tags), an
git clone https://github.com/rvaiya/keyd
cd keyd
make && sudo make install
sudo systemctl enable keyd && sudo systemctl start keyd
sudo systemctl enable --now keyd
# Quickstart

Loading…
Cancel
Save