From 789d7832b18c3793d77f799fd032dcc1d67e616c Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Thu, 11 Aug 2016 19:05:30 +0200
Subject: [PATCH] =?UTF-8?q?[enh]=20doc:=C2=A0install=20a=20node:=20add=20t?=
 =?UTF-8?q?itle,=20move=20YunoHost=20section.=20-=20add=20a=20title.=20-?=
 =?UTF-8?q?=20reduce=20size=20of=20"Goal=20of=20this=20document"=20=C2=A7.?=
 =?UTF-8?q?=20-=20Move=20YunoHost=20package=20upper,=20after=20Debian=20in?=
 =?UTF-8?q?stall=20and=20upper=20than=20other=20distributions.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 doc/install-a-node.md | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/doc/install-a-node.md b/doc/install-a-node.md
index 416792999..563845426 100644
--- a/doc/install-a-node.md
+++ b/doc/install-a-node.md
@@ -1,4 +1,6 @@
-# Goal of this document
+# Install a Duniter node
+
+## Goal of this document
 
 This document is a little guide to install & deploy your own Duniter instance to either:
 
@@ -17,10 +19,10 @@ This document is a little guide to install & deploy your own Duniter instance to
 * [Server](#server)
   * [GNU/Linux](#gnu-linux-1)
     * [Ubuntu/Debian package (64 bits)](#ubuntudebian-package-64-bits)
+    * [YunoHost](#yunohost)
     * [Automated install script](#automated-install-script)
     - [Other distributions (64 bits)](#other-distributions-64-bits)
     * [Docker](#docker)
-    * [YunoHost](#yunohost)
     * [NPM](#npm)
   * [Windows](#windows-1)
 
@@ -124,6 +126,10 @@ You will control your instance using *command line tools*, but if you want you c
 ```bash
 dpkg -i [downloaded_file_name].deb
 ```
+### YunoHost
+
+A [YunoHost package](https://github.com/duniter/duniter_ynh) is available.
+
 
 ### Other distributions (64 bits)
 
@@ -156,10 +162,6 @@ wget -qO- https://raw.githubusercontent.com/duniter/duniter/master/install.sh |
 
 A [Docker installation guide](https://github.com/duniter/duniter/blob/master/docker/README.md) is available.
 
-### YunoHost
-
-A [YunoHost package](https://github.com/duniter/duniter_ynh) is avaible.
-
 ### NPM
 
 You can use Node Package Manager to install Duniter. This an equivalent method to "build from source". To process, use the following commands (**requires Node.js >= 5.9.1**):
-- 
GitLab