From 23c6bea9df322a781580f892c7ef629bbf20eec7 Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Sat, 9 May 2020 15:30:04 +0200
Subject: [PATCH] [docs] use: comply manual compilation instructions with npm
 commands

---
 doc/use/manual_compilation.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/doc/use/manual_compilation.md b/doc/use/manual_compilation.md
index c0780af50..0f78e98c8 100644
--- a/doc/use/manual_compilation.md
+++ b/doc/use/manual_compilation.md
@@ -83,13 +83,20 @@ If, for example, version 10 is expected, install and select it with the followin
 
     nvm install 10 && nvm use 10
 
+### Optionaly add GUI
+
+The graphical user interface (GUI) is optional because it is possible to do everything from the command line.  
+If you wish to have the GUI, you must add it (before compiling) with the following command:
+
+    npm add duniter-ui
+
 ### Compile
 
 **WARNING**: the compilation of the project requires a lot of resources on your machine, and several long minutes, don't do anything else at the same time!
 
 Command to compile :
 
-    NEON_BUILD_RELEASE=true npm add duniter-ui
+    NEON_BUILD_RELEASE=true npm install && npm prune --production
 
 ### Set autocompletion
 
-- 
GitLab