diff --git a/doc/install.md b/doc/install.md
index 74855491a288c127fba7d73d78279a72a3f9e9fc..0a21a9afbcb25683b0e1329693256bdda5d1fa03 100644
--- a/doc/install.md
+++ b/doc/install.md
@@ -34,9 +34,11 @@ There are many way to install Ansible, choose one below.
 ### Virtual environment
 
 ```sh
-make requirements
+make install
 ```
 
+NB: this is store in /tmp/venv which will be erased after a reboot
+
 Alternatively you can manually create a virtual environment with [Python's venv](https://docs.python.org/3/library/venv.html) or with the package [virtualenv](https://virtualenv.pypa.io/en/stable/). For this example i will use the former one.
 
 ```sh