From ba3bc37bbc2c5d1dc031403944636c746c46ba79 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 4 Nov 2012 14:36:50 +0200 Subject: [PATCH] Limnoria: add [] around what will become links --- articles/guides/Limnoria.html | 4 +++- articles/guides/Limnoria.html.md | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/articles/guides/Limnoria.html b/articles/guides/Limnoria.html index 8c1c1bf..7e1adf0 100644 --- a/articles/guides/Limnoria.html +++ b/articles/guides/Limnoria.html @@ -13,7 +13,7 @@ Installing & running Limnoria.

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

This method requires root access.

First become root by running

@@ -28,6 +28,8 @@ apt-get install -f

The "apt-get install -f" tries to fix broken packages by downloading and installing missing depedencies if there are them.

Upgrading

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.

diff --git a/articles/guides/Limnoria.html.md b/articles/guides/Limnoria.html.md index 9818e29..76f5903 100644 --- a/articles/guides/Limnoria.html.md +++ b/articles/guides/Limnoria.html.md @@ -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. +