mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-04-19 06:17:54 +02:00
Limnoria: add [] around what will become links
This commit is contained in:
parent
814c6ab521
commit
ba3bc37bbc
@ -13,7 +13,7 @@ Installing & running Limnoria.
|
||||
<hr/>
|
||||
|
||||
<h1 id="installing">Installing</h1>
|
||||
<p>There are three ways to install Limnoria depending on your operating system. If you are on Debian-based Linux distribution e.g. Debian, *Ubuntu you can install the Debian package. Or then you can install from source which should work on all other OSes too (at least Mac OS X, I don't have successful experience with Windows) and you can also install for current user only.</p>
|
||||
<p>There are three ways to install [Limnoria] depending on your operating system. If you are on Debian-based Linux distribution e.g. [Debian], [*Ubuntu], [Linux Mint] you can install the Debian package. Or then you can install from source which should work on all other OSes too (at least Mac OS X, I don't have successful experience with Windows) and you can also install for current user only.</p>
|
||||
<h2 id="with-the-debian-package">With the Debian package</h2>
|
||||
<p><strong>This method requires root access.</strong></p>
|
||||
<p>First become root by running</p>
|
||||
@ -28,6 +28,8 @@ apt-get install -f</code></pre>
|
||||
<p>The "apt-get install -f" tries to fix broken packages by downloading and installing missing depedencies if there are them.</p>
|
||||
<h3 id="upgrading">Upgrading</h3>
|
||||
<p>To upgrade just run the steps above. Remember that the Debian packages are daily builds, so they are changed every day. You can see the latest change on [compiler.progval.net]. The "-HEAD" packages are always the most recent version.</p>
|
||||
<h2 id="from-source">From source</h2>
|
||||
<p>I recommend that you have [git] installed.</p>
|
||||
<!-- vim : set ft=html -->
|
||||
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
# Installing
|
||||
|
||||
There are three ways to install Limnoria depending on your operating system. If you are on Debian-based Linux distribution e.g. Debian, *Ubuntu you can install the Debian package. Or then you can install from source which should work on all other OSes too (at least Mac OS X, I don't have successful experience with Windows) and you can also install for current user only.
|
||||
There are three ways to install [Limnoria] depending on your operating system. If you are on Debian-based Linux distribution e.g. [Debian], [*Ubuntu], [Linux Mint] you can install the Debian package. Or then you can install from source which should work on all other OSes too (at least Mac OS X, I don't have successful experience with Windows) and you can also install for current user only.
|
||||
|
||||
## With the Debian package
|
||||
|
||||
@ -43,4 +43,8 @@ The "apt-get install -f" tries to fix broken packages by downloading and install
|
||||
|
||||
To upgrade just run the steps above. Remember that the Debian packages are daily builds, so they are changed every day. You can see the latest change on [compiler.progval.net]. The "-HEAD" packages are always the most recent version.
|
||||
|
||||
## From source
|
||||
|
||||
I recommend that you have [git] installed.
|
||||
|
||||
<!-- vim : set ft=html -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user