diff --git a/DOCUMENTATION/content/documentation/index.md b/DOCUMENTATION/content/documentation/index.md
index 7437868e..8db3c04d 100644
--- a/DOCUMENTATION/content/documentation/index.md
+++ b/DOCUMENTATION/content/documentation/index.md
@@ -331,24 +331,13 @@ Note: If `.php-fpm/xdebug` doesn't execute and gives `Permission Denied` error t
## Install Deployer (Deployment tool for PHP)
-1 - Open the `docker-compose.yml` file
+1 - Open the `.env` file
-2 - Search for the `INSTALL_DEPLOYER` argument under the Workspace Container
+2 - Search for the `WORKSPACE_INSTALL_DEPLOYER` argument under the Workspace Container
3 - Set it to `true`
-It should be like this:
-
-```yml
- workspace:
- build:
- context: ./workspace
- args:
- - INSTALL_DEPLOYER=true
- ...
-```
-
4 - Re-build the containers `docker-compose build workspace`
[**Deployer Documentation Here**](https://deployer.org/docs)