diff --git a/doc/dev/setup_env_dev.md b/doc/dev/setup_env_dev.md
index d75545a6b127c742eeb795a43ce6cb982298a5d6..1b12fa82f96eb1e5d06f13f2fa42628896d179d8 100644
--- a/doc/dev/setup_env_dev.md
+++ b/doc/dev/setup_env_dev.md
@@ -13,26 +13,19 @@ To develop on Duniter, there is currently the following requirement:
 
 - A computer with GNU/Linux or Mac as operating system
 - Build essential tools
+- curl
 - git (apt-get install git)
 - Nvm
-- Rust
 - Yarn
 
 And preferably an IDE that supports [Typescript] and [Rust] well.
 
-[Rust]: https://www.rust-lang.org/
-[Typescript]: https://www.typescriptlang.org/
-
 ### Install Prerequisites
 
 Nvm:
 
     wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
 
-Rust:
-
-    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y
-
 ## Build the project
 
 ### Clone de repository
diff --git a/doc/use/manual_compilation.md b/doc/use/manual_compilation.md
index 0f78e98c8d5f66bbb475052cab6a796830ae0596..d2fcfe5703d6273e79794a218be41e5a35ee0dcd 100644
--- a/doc/use/manual_compilation.md
+++ b/doc/use/manual_compilation.md
@@ -13,9 +13,9 @@ 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)
 - Nvm
-- Rust
 - Yarn
 
 ### Get source code
@@ -61,16 +61,12 @@ Depend on your distribution:
 
 TODO: If you know how to install build essential tools for other gnu/linux distributions or for mac, you can complete this documentation and submit a merge request.
 
-#### Nvm and Rust
+#### Nvm
 
 Nvm:
 
     wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
 
-Rust:
-
-    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y
-
 ## Build the project
 
 Go to the root of the folder where you extracted the source code (or possibly cloned from git).