1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
<h2>translate("Install Bibledit on Ubuntu")</h2>
<p>translate("Follow the steps below to install Bibledit.")</p>
<ol>
<li>translate("Open a terminal.")</li>
<li>
<p>
translate("On older versions of Ubuntu, or to get updated Bibledit software:")
translate("Add the Bibledit repository:")
</p>
<p><code>sudo add-apt-repository ppa:bibledit/ppa</code></p>
<p>
translate("As of Ubuntu 18.04, the above is no longer needed.")
</p>
</li>
<li>
<p>translate("Read the repository:")</p>
<p><code>sudo apt update</code></p>
</li>
<li>
<p>translate("Install Bibledit:")</p>
<p><code>sudo apt install bibledit</code></p>
</li>
</ol>
<p>translate("Bibledit can be started from the menu.")</p>
<br>
<p>
translate("More information:")
<a href="https://github.com/bibledit/cloud/issues/319">https://github.com/bibledit/cloud/issues/319</a>
</p>
|