summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-06-15 23:13:44 -0400
committerPete Johanson <peter@peterjohanson.com>2020-06-15 23:13:44 -0400
commitc2e0c4fd6c28b308d61e94e76326fb76b5caa5e0 (patch)
treee4628c80b92edc44d58c8361873b7091c3223593 /docs
parent0712dadd2953a429de57c9c44aa1f9429112d809 (diff)
Fix some whitespace inconsistency.
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/dev-setup.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/docs/dev-setup.md b/docs/docs/dev-setup.md
index 6f26182..709cbac 100644
--- a/docs/docs/dev-setup.md
+++ b/docs/docs/dev-setup.md
@@ -36,9 +36,9 @@ With the latest package information, you can now install the base dependencies:
```bash
sudo apt install -y \
- git \
- wget \
- autoconf \
+ git \
+ wget \
+ autoconf \
automake \
build-essential \
ccache \
@@ -49,8 +49,8 @@ sudo apt install -y \
gcc-multilib \
libtool \
make \
- ninja-build \
- cmake \
+ ninja-build \
+ cmake \
python3-dev \
python3-pip \
python3-setuptools \