diff options
author | Teddy Wing | 2018-11-22 23:24:40 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-22 23:24:40 +0100 |
commit | fac3ea6e4f7ac6abc2e2ff7cbe3ed42fa22fa8b1 (patch) | |
tree | 976df62c2fae132bec19d1786b8e9596c7b31a09 | |
parent | 631f30402b20d2ac2d640406fb0ec2df7f1d9831 (diff) | |
download | dome-key-web-fac3ea6e4f7ac6abc2e2ff7cbe3ed42fa22fa8b1.tar.bz2 |
Add `brew services` commands to thank-you & fulfillment instructions
Include the new step 2 of installation, starting the program with `brew
services`.
After the license has been added, the daemon must be restarted in order
for the license to be recognised.
-rw-r--r-- | license-generator/src/bin/fulfillment.rs | 2 | ||||
-rw-r--r-- | thank-you-license-download.html | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/license-generator/src/bin/fulfillment.rs b/license-generator/src/bin/fulfillment.rs index 0cb6e99..7e31d04 100644 --- a/license-generator/src/bin/fulfillment.rs +++ b/license-generator/src/bin/fulfillment.rs @@ -133,10 +133,12 @@ Download your license here: Install DomeKey with: $ brew install teddywing/DomeKey/dome-key + $ brew services start teddywing/DomeKey/dome-key Add your license by running: $ dome-key --license PATH/TO/dome-key-license.plist + $ brew services restart teddywing/DomeKey/dome-key ", url = license_download_url, ) diff --git a/thank-you-license-download.html b/thank-you-license-download.html index 3f2fb4f..6e9a97b 100644 --- a/thank-you-license-download.html +++ b/thank-you-license-download.html @@ -46,6 +46,10 @@ <div class="code code-block"> <span class="shell-command">brew install teddywing/DomeKey/dome-key</span> + <br /> + <span class="shell-command"> + brew services start teddywing/DomeKey/dome-key + </span> </div> <p> @@ -56,6 +60,10 @@ <span class="shell-command"> dome-key --license PATH/TO/dome-key-license.plist </span> + <br /> + <span class="shell-command"> + brew services restart teddywing/DomeKey/dome-key + </span> </div> <p> |