aboutsummaryrefslogtreecommitdiffstats
path: root/license-generator/src
diff options
context:
space:
mode:
authorTeddy Wing2018-11-22 23:24:40 +0100
committerTeddy Wing2018-11-22 23:24:40 +0100
commitfac3ea6e4f7ac6abc2e2ff7cbe3ed42fa22fa8b1 (patch)
tree976df62c2fae132bec19d1786b8e9596c7b31a09 /license-generator/src
parent631f30402b20d2ac2d640406fb0ec2df7f1d9831 (diff)
downloaddome-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.
Diffstat (limited to 'license-generator/src')
-rw-r--r--license-generator/src/bin/fulfillment.rs2
1 files changed, 2 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,
)