Add libtinfo5 to list of README install packages
We really shouldn't be having to install this manually, but I've done it
on my system and Vlad needed to do it to build things on a fresh Buster
installation.
Change-Id: If12a839eeb5852076a142c244dcb1b7254c179fc
diff --git a/README.md b/README.md
index d54d963..f81d423 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,8 @@
1. Install the required packages:
```console
apt-get update
-apt-get install bazel python
+# TODO(james): Ideally, we shouldn't need to be installing libtinfo5...
+apt-get install bazel python libtinfo5
```
2. Allow Bazel's sandboxing to work:
Follow the direction in `doc/frc971.conf`.