diff options
author | Teddy Wing | 2018-11-22 19:53:36 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-22 19:53:36 +0100 |
commit | 14f115daf0f63d2dce85d1eb24d957524d7341cf (patch) | |
tree | 9cd16580dc09e311f49701c29aa892f3a7721b94 | |
parent | 1cee58da1eeaae4985d2719df34405fa8a204f8a (diff) | |
download | DomeKey-14f115daf0f63d2dce85d1eb24d957524d7341cf.tar.bz2 |
Add README
-rw-r--r-- | README.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..136ea38 --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +DomeKey +======= + +DomeKey gives you the power to remap your headphone buttons to any action you +can think of. Define mappings in text using a Vim-like configuration language. + +More information is available on the [website][1]. + + +## Install + + $ brew install teddywing/DomeKey/dome-key + + +## Building +For development: + + $ make build + # or + $ make run + # to build and run the daemon + +For release: + + $ make build-release + +For distribution: + + $ make pkg + + +## License +Copyright © 2018 Teddy Wing. Published under a variant of the Open Community +Indie Software License (see the included LICENSE file). + + +[1]: https://domekey.teddywing.com/ |