diff options
author | Teddy Wing | 2018-11-19 20:29:35 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-19 20:29:35 +0100 |
commit | 2ea1c642d07bef0cd9e4b09a28b2f012cf50e511 (patch) | |
tree | d4ddb18929588b62f20d911b5448487780f325f1 | |
parent | 24c85246f4a6d554aa13d32c1fb1741035681476 (diff) | |
download | dome-key-web-2ea1c642d07bef0cd9e4b09a28b2f012cf50e511.tar.bz2 |
/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.
-rw-r--r-- | license-generator/src/bin/license-generator.rs | 2 | ||||
-rw-r--r-- | thank-you-license-download.html | 17 |
2 files changed, 18 insertions, 1 deletions
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 @@ -41,6 +41,23 @@ </form> <p> + Install DomeKey with: + </p> + + <div class="code code-block"> + <span class="color-murky-pond">$</span> brew install teddywing/DomeKey/dome-key + </div> + + <p> + Add your license by running: + </p> + + <div class="code code-block"> + <span class="color-murky-pond">$</span> + dome-key --license PATH/TO/dome-key-license.plist + </div> + + <p> If you need any help, <a href="mailto:inquiry@domekey.teddywing.com">let me know</a>. </p> |