diff options
author | Teddy Wing | 2018-11-22 22:09:47 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-22 22:09:47 +0100 |
commit | bb212f3423765d61aa155bcdc3f2928125eaca7d (patch) | |
tree | ac6cd99b5b71c15370a270f66190093f9e5a995c | |
parent | 5de49e532c9efd7374c506d5ded76795b60e9c3e (diff) | |
download | dome-key-web-bb212f3423765d61aa155bcdc3f2928125eaca7d.tar.bz2 |
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.
-rw-r--r-- | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -75,6 +75,8 @@ </div> <div class="code code-block"> <span class="color-murky-pond">$</span> brew install teddywing/DomeKey/dome-key + <br /> + <span class="color-murky-pond">$</span> brew services start teddywing/DomeKey/dome-key </div> <h2>Examples</h2> |