aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorTeddy Wing2018-11-22 22:16:28 +0100
committerTeddy Wing2018-11-22 22:16:28 +0100
commit631f30402b20d2ac2d640406fb0ec2df7f1d9831 (patch)
treec194b5ef2b5f8738995f49961266ef5a5d1f483c /index.html
parentbb212f3423765d61aa155bcdc3f2928125eaca7d (diff)
downloaddome-key-web-631f30402b20d2ac2d640406fb0ec2df7f1d9831.tar.bz2
Prevent selection of '$' in shell commands
Now that it takes two commands to install the program, make it easier for visitors to copy-paste the commands into their shell by preventing selection of the '$' prompt character. This allows us to keep the prompt to indicate that these are shell commands and still make copy-pasting easier. As a side note, decided not to add the `brew services` command to the instructions on the thank-you page because if DomeKey is already running when you license it, you need to restart it for the license to take effect.
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/index.html b/index.html
index 11ef928..8795f98 100644
--- a/index.html
+++ b/index.html
@@ -74,9 +74,13 @@
</a>
</div>
<div class="code code-block">
- <span class="color-murky-pond">$</span> brew install teddywing/DomeKey/dome-key
+ <span class="shell-command">
+ brew install teddywing/DomeKey/dome-key
+ </span>
<br />
- <span class="color-murky-pond">$</span> brew services start teddywing/DomeKey/dome-key
+ <span class="shell-command">
+ brew services start teddywing/DomeKey/dome-key
+ </span>
</div>
<h2>Examples</h2>