mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-08 02:54:15 +02:00
14 lines
308 B
Bash
14 lines
308 B
Bash
#!/bin/sh
|
|
|
|
cat >&2 << EOF
|
|
|
|
Get started with dk using the example rc files:
|
|
|
|
$ mkdir -p ~/.config/dk ~/.config/sxhkd
|
|
$ cp /usr/share/doc/dk/dkrc ~/.config/dk/
|
|
$ cp /usr/share/doc/dk/sxhkdrc ~/.config/sxhkd/
|
|
|
|
For more information, see dk(1) or
|
|
https://bitbucket.org/natemaia/dk/src/master/README.md
|
|
|
|
EOF
|