summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-08-22 12:35:55 -0400
committerGitHub <noreply@github.com>2020-08-22 12:35:55 -0400
commit6225bcd73dbd6291d76a2cb929c8c473c1a36630 (patch)
tree3b4dbf8ba6d171f3ae59301ed3fa981700d3bde5
parent760de7d3c68ac757ed789f3e3ffd45c4484ad333 (diff)
parent0c255aee84155405741ba8fa0c81c6d711106033 (diff)
Merge pull request #121 from cdarwin/crd/120/bzip-dep
[docs] Add bzip to deps
-rw-r--r--docs/docs/dev-setup.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/docs/dev-setup.md b/docs/docs/dev-setup.md
index 6e893b3..fae0aa0 100644
--- a/docs/docs/dev-setup.md
+++ b/docs/docs/dev-setup.md
@@ -52,6 +52,7 @@ sudo apt install -y \
autoconf \
automake \
build-essential \
+ bzip2 \
ccache \
device-tree-compiler \
dfu-util \
@@ -91,6 +92,7 @@ sudo apt install -y \
autoconf \
automake \
build-essential \
+ bzip2 \
ccache \
device-tree-compiler \
dfu-util \
@@ -130,6 +132,7 @@ sudo dnf install -y \
wget \
autoconf \
automake \
+ bzip2 \
ccache \
dtc \
dfu-util \