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