From 5d207098b7d1eeff143e08ef2207417683408f4f Mon Sep 17 00:00:00 2001 From: Tom Noonan II Date: Tue, 29 Nov 2016 11:11:52 -0500 Subject: [PATCH] Ensure curl is present on Ubuntu --- docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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