Updated default install paths.

master
Raheman Vaiya 5 years ago
parent 4e58ca139a
commit b67dd2d771
  1. 4
      Makefile
  2. 3
      README.md

@ -9,8 +9,6 @@ clean:
-rm -rf bin
install:
-mkdir /etc/keyd
-install -m755 keyd.service /etc/systemd/system/
-install -m755 keyd.service /usr/lib/systemd/system
-install -m755 bin/keyd /usr/bin
-install -m644 keyd.1.gz /usr/share/man/man1/
-systemctl enable keyd
-systemctl start keyd

@ -31,6 +31,7 @@ Some of the more interesting ones include:
cd keyd
sudo apt-get install libudev-dev # Debian specific install the corresponding package on your distribution
make && sudo make install
sudo systemctl enable keyd && sudo systemctl start keyd
# Quickstart
@ -46,7 +47,7 @@ capslock = mods_on_hold(C, esc)
esc = capslock
```
3. Run `sudo systemctl restart keyd`
3. Run `sudo systemctl restart keyd` to reload the config file.
4. See the [man page](man.md) for a comprehensive list of config options.

Loading…
Cancel
Save