diff --git a/docs/getting-started.md b/docs/getting-started.md index 4cf13d7a7..4d27675e5 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -212,11 +212,11 @@ To run tests, you need a running Selenium server and [`mftf`][] commands. #### Run the Selenium server {#selenium-server} -Run the Selenium server in terminal. -For example, the following commands run the Selenium server for Google Chrome: +Run the Selenium server in the terminal. +For example, the following commands download and run the Selenium server for Google Chrome: ```bash -cd / +curl -O http://selenium-release.storage.googleapis.com/3.14/selenium-server-standalone-3.14.0.jar ``` ```bash