From afbae5e014a569fac303be406d02e57f247fe59b Mon Sep 17 00:00:00 2001 From: Aaron Markham Date: Wed, 3 Apr 2019 12:26:09 -0700 Subject: [PATCH] Update docs/install/ubuntu_setup.md Co-Authored-By: larroy --- docs/install/ubuntu_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/ubuntu_setup.md b/docs/install/ubuntu_setup.md index 4bd0efab393e..7527f608025d 100644 --- a/docs/install/ubuntu_setup.md +++ b/docs/install/ubuntu_setup.md @@ -137,7 +137,7 @@ It is recommended that you review the general [build from source](build_from_sou On Ubuntu versions 16.04 or later, you need the following dependencies: -**Step 1:** Install build tools and git. +**Step 1:** Install prerequisite packages. ```bash sudo apt-get update sudo apt-get install -y build-essential git ninja-build ccache