Fix mix of tabs/spaces

The bash code block to install packages were mixing spaces and tabs in
the breaking lines.

Removed tabs and spaces, to only use 2 spaces.

Also wrap at 80 characters.
pull/210/head
Benoit 3 weeks ago
parent 8c3d7f62a9
commit bbd196e363

@ -15,9 +15,8 @@ First install development packages for `capnproto (version 0.7.0 or newer)`, `ra
On Debian Bullseye, this can be done with:
```bash
sudo apt install \
capnproto cmake g++ libboost-dev libcapnp-dev \
libsqlite3-dev rapidjson-dev zlib1g-dev pkg-config
sudo apt install capnproto cmake g++ libboost-dev libcapnp-dev libsqlite3-dev \
rapidjson-dev zlib1g-dev pkg-config
```
Then compile and install laminar with:

Loading…
Cancel
Save