From bb212f3423765d61aa155bcdc3f2928125eaca7d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 22 Nov 2018 22:09:47 +0100 Subject: index.html: Add `brew services start` command to install instructions Since the program doesn't work unless the daemon is launched, it makes sense that this should be an installation step in order to actually use the program. --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index c93d443..11ef928 100644 --- a/index.html +++ b/index.html @@ -75,6 +75,8 @@
$ brew install teddywing/DomeKey/dome-key +
+ $ brew services start teddywing/DomeKey/dome-key

Examples

-- cgit v1.2.3