From fac3ea6e4f7ac6abc2e2ff7cbe3ed42fa22fa8b1 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 22 Nov 2018 23:24:40 +0100 Subject: 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. --- license-generator/src/bin/fulfillment.rs | 2 ++ thank-you-license-download.html | 8 ++++++++ 2 files changed, 10 insertions(+) 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 @@
@@ -56,6 +60,10 @@
dome-key --license PATH/TO/dome-key-license.plist
+
+
+ brew services restart teddywing/DomeKey/dome-key
+
-- cgit v1.2.3