diff options
-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> |