diff --git a/docs/getting-started.md b/docs/getting-started.md index 3c0fec6d15e..7e4670dc968 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -38,7 +38,7 @@ Following are the instructions for stock Ubuntu 14.04. If you are using a differ $ sudo apt-get update # Install a few utility tools. - $ sudo apt-get install -y tar wget git + $ sudo apt-get install -y tar wget git curl # Install the latest OpenJDK. $ sudo apt-get install -y openjdk-7-jdk @@ -57,7 +57,7 @@ Following are the instructions for stock Ubuntu 16.04. If you are using a differ $ sudo apt-get update # Install a few utility tools. - $ sudo apt-get install -y tar wget git + $ sudo apt-get install -y tar wget git curl # Install the latest OpenJDK. $ sudo apt-get install -y openjdk-8-jdk