diff --git a/README.md b/README.md index 5626dc5..5fe2985 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ a symlink `doas` pointing to `sudo`: sudo ln -s $(which sudo) /usr/bin/doas ``` -**Notes:** +### Notes - You need to make `doas`/`sudo` rules that allow you to execute, `poweroff` and `reboot` (and additionally `ivpn-service` and `pkill "^ivpn-service$"` if you use IVPN) without a password, otherwise the @@ -32,3 +32,7 @@ sudo ln -s $(which sudo) /usr/bin/doas all my scripts try to be as POSIX compliant as possible. If you don't want to use `dash`, you can change the shebang in the scripts to `#!/bin/sh` or `#!/bin/bash`. + +## License + +The [Unlicense](https://git.data.coop/samsapti/dotfiles/src/branch/main/LICENSE).