summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Anderson <daniel.anderson@intel.com>2022-03-09 22:02:15 +0300
committerDaniel Anderson <daniel.anderson@intel.com>2022-03-15 22:00:45 +0300
commitc324c7ce024c53c5d7df2e469097d0a8785c0469 (patch)
treee9c9f4d1a2e740eb9682bf97d0a8c5686f70684c /README.md
parentc8e79d16c06e9b59ee071054a709f40c787c878b (diff)
downloadopenbmc-c324c7ce024c53c5d7df2e469097d0a8785c0469.tar.xz
README: Add installation of missing packages to OpenBMC setup
Add Ubuntu packages ztd and pigz Signed-off-by: Daniel Anderson <daniel.anderson@intel.com> Change-Id: I2659eee34f833a5c67d1e0c7484076c35994b45e
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index dd33c087b9..db31d66f4f 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,8 @@ customization for your platform.
- Ubuntu 14.04
```
-sudo apt-get install -y git build-essential libsdl1.2-dev texinfo gawk chrpath diffstat
+sudo apt-get install -y git build-essential libsdl1.2-dev texinfo gawk chrpath diffstat \
+ zstd pigz
```
- Fedora 28