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 /thank-you-license-download.html | |
| 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.
Diffstat (limited to 'thank-you-license-download.html')
| -rw-r--r-- | thank-you-license-download.html | 17 |
1 files changed, 17 insertions, 0 deletions
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> |
