From 7f5bf6676aacd18851e4bc1f37495d8bfd329ae1 Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Tue, 22 Jan 2019 16:06:03 +0200 Subject: [PATCH] README.md: Fix Ubuntu package list - `realpath` is now in `coreutils`. Signed-off-by: Per Lundberg --- bazel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/README.md b/bazel/README.md index a8c315b989ef7..dbf95368f4523 100644 --- a/bazel/README.md +++ b/bazel/README.md @@ -33,9 +33,9 @@ On Ubuntu, run the following command: sudo apt-get install \ libtool \ cmake \ - realpath \ clang-format-7 \ automake \ + make \ ninja-build \ curl \ unzip