summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wallet-installation.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/wallet-installation.html b/wallet-installation.html
index 1699fb10..1b5cdad4 100644
--- a/wallet-installation.html
+++ b/wallet-installation.html
@@ -137,14 +137,14 @@
<h3>Firefox Beta</h3>
<ol>
- <li><a href="/releases/taler-wallet/taler-wallet-stable.xpi">Download the wallet</a></li>
- <li>On the <a href="about:debugging">about:debugging</a> page, "Load temporary extension"</li>
+ <li><a href="/releases/taler-wallet/taler-wallet-stable.xpi">Download the wallet</a> (right click, Save Link As...)</li>
+ <li>On the <code>about:debugging</code> page, "Load temporary extension"</li>
</ol>
<h3>Firefox Developer Edition</h3>
- <p>Either from the <a href="about:debugging">about:debugging</a> page like above, or:</p>
+ <p>Either from the <code>about:debugging</code> page like above, or:</p>
<ol>
- <li>On the <a href="about:conf">about:config</a> page set <code>xpinstall.signatures.required</code> to <code>false</code></li>
+ <li>On the <code>about:config</code> page set <code>xpinstall.signatures.required</code> to <code>false</code></li>
<li><a href="/releases/taler-wallet/taler-wallet-stable.xpi">Install the wallet</a></li>
</ol>