diff --git a/doc/use/manual_compilation.md b/doc/use/manual_compilation.md
index 14767b8e343a05e8f718ec42a96f7ae1384a542b..05ac66970e65bf941e93a947d6acc525864502be 100644
--- a/doc/use/manual_compilation.md
+++ b/doc/use/manual_compilation.md
@@ -13,9 +13,10 @@ To compile Duniter manually, there is currently the following requirement:
 
 - A computer with GNU/Linux or Mac as operating system
 - Build essential tools
-- curl
-- tar or unzip or git (to download and extract source code)
+- cmake
 - Rust
+- tar or unzip or git (to download and extract source code)
+- wget
 
 ### Get source code
 
@@ -52,7 +53,7 @@ Depend on your distribution:
 
 ##### Debian/Ubuntu
 
-    apt-get install build-essential
+    apt-get install build-essential cmake
 
 ##### Fedora