From 2ea1c642d07bef0cd9e4b09a28b2f012cf50e511 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 19 Nov 2018 20:29:35 +0100 Subject: /license: Add install & license instructions Add the instructions we put in the fulfillment email to the thank-you/license download page. Want to make sure buyers know how to license the software after purchasing it. Rephrase the install text to be simpler and more to the point. --- license-generator/src/bin/license-generator.rs | 2 +- thank-you-license-download.html | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/license-generator/src/bin/license-generator.rs b/license-generator/src/bin/license-generator.rs index 3884621..e01a8c6 100644 --- a/license-generator/src/bin/license-generator.rs +++ b/license-generator/src/bin/license-generator.rs @@ -112,7 +112,7 @@ Thanks so much for purchasing DomeKey! Download your license here: {url} -DomeKey can be installed with: +Install DomeKey with: $ brew install teddywing/DomeKey/dome-key diff --git a/thank-you-license-download.html b/thank-you-license-download.html index a892704..75007c5 100644 --- a/thank-you-license-download.html +++ b/thank-you-license-download.html @@ -40,6 +40,23 @@ +

+ Install DomeKey with: +

+ +
+ $ brew install teddywing/DomeKey/dome-key +
+ +

+ Add your license by running: +

+ +
+ $ + dome-key --license PATH/TO/dome-key-license.plist +
+

If you need any help, let me know. -- cgit v1.2.3