docs: unify code and shell cmd blocks

This commit is contained in:
Oliver Gugger
2021-01-17 14:58:57 +01:00
parent b20afc0679
commit 2c634bfaf3
19 changed files with 260 additions and 257 deletions

View File

@@ -3,10 +3,10 @@ Makefile
To build, verify, and install `lnd` from source, use the following
commands:
```
make
make check
make install
```shell
make
make check
make install
```
The command `make check` requires `bitcoind` (almost any version should do) to
@@ -144,7 +144,7 @@ until an error occurs. Useful for hunting flakes.
Example:
```shell
$ make flakehunter-parallel icase='(data_loss_protection|channel_backup)' backend=neutrino
make flakehunter-parallel icase='(data_loss_protection|channel_backup)' backend=neutrino
```
`lint`