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/212/head
Benoit 1 month ago committed by Oliver Giles
parent 5ea394c610
commit 736c95ff57

@ -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: On Debian Bullseye, this can be done with:
```bash ```bash
sudo apt install \ sudo apt install capnproto cmake g++ libboost-dev libcapnp-dev libsqlite3-dev \
capnproto cmake g++ libboost-dev libcapnp-dev \ rapidjson-dev zlib1g-dev pkg-config
libsqlite3-dev rapidjson-dev zlib1g-dev pkg-config
``` ```
Then compile and install laminar with: Then compile and install laminar with:

Loading…
Cancel
Save