commit ee101ab2d248a7742a6f7ae271ac93e13ca9d4f8
parent ca9895cb49b7e78482bead89c070d578f252dfa1
Author: tg(x) <*@tg-x.net>
Date: Tue, 11 Oct 2016 18:31:02 +0200
firefox wallet
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git 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>