aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install-ubuntu.md
diff options
context:
space:
mode:
authorGravatar George Kalpakas <kalpakas.g@gmail.com>2018-05-02 05:21:19 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-05-02 05:22:44 -0700
commitfa26e6e89d3c733cdf4524075f7347328da36cb2 (patch)
tree22f846d8bb7cf6a7fdca4963bb3180777f8e2667 /site/docs/install-ubuntu.md
parent0cfc7b20a960c057c6b13b3c8c8c85f824b73408 (diff)
Fix typo in `install-ubuntu.md`
Closes #5100. PiperOrigin-RevId: 195078092
Diffstat (limited to 'site/docs/install-ubuntu.md')
-rw-r--r--site/docs/install-ubuntu.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/install-ubuntu.md b/site/docs/install-ubuntu.md
index 1ed93b58b6..c9f9cb20dd 100644
--- a/site/docs/install-ubuntu.md
+++ b/site/docs/install-ubuntu.md
@@ -30,7 +30,7 @@ also be installed for Bazel to work.
### Step 1: Install required packages
-First, install the prerequisites: `zip`, `g++`, `zlipb1g-dev`, `unzip`, and `python`.
+First, install the prerequisites: `pkg-config`, `zip`, `g++`, `zlib1g-dev`, `unzip`, and `python`.
```bash
sudo apt-get install pkg-config zip g++ zlib1g-dev unzip python