diff --git a/platform/documentation/environments/dev/index.md b/platform/documentation/environments/dev/index.md index 8bbcbd90..c6d17bcf 100644 --- a/platform/documentation/environments/dev/index.md +++ b/platform/documentation/environments/dev/index.md @@ -90,7 +90,7 @@ At this point, you have the platform container running on your local machine as Run the following command to install the dockerized application: ``` -ansible-playbook ./install.yml +ansible-playbook ./install.yml -i inventory.yml ``` > Note: Depending on the power of your machine and internet speed, this command may take a while to finish.