1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-10-27 20:34:20 +00:00

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.
This commit is contained in:
Benoit 2024-04-25 22:14:02 +09:00 committed by Oliver Giles
parent 5ea394c610
commit 736c95ff57

View File

@ -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: