mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
doc: Fixed grammars and add jq as dev dependences.
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
9c45557959
commit
35c6f90666
@@ -59,7 +59,7 @@ Clone lightning:
|
|||||||
For development or running tests, get additional dependencies:
|
For development or running tests, get additional dependencies:
|
||||||
|
|
||||||
sudo apt-get install -y valgrind libpq-dev shellcheck cppcheck \
|
sudo apt-get install -y valgrind libpq-dev shellcheck cppcheck \
|
||||||
libsecp256k1-dev
|
libsecp256k1-dev jq
|
||||||
pip3 install --upgrade pip
|
pip3 install --upgrade pip
|
||||||
pip3 install --user -r requirements.txt
|
pip3 install --user -r requirements.txt
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ You should always list all fields which are *always* present in
|
|||||||
We extend the basic types; see
|
We extend the basic types; see
|
||||||
[contrib/pyln-testing/pyln/testing/fixtures.py](fixtures.py).
|
[contrib/pyln-testing/pyln/testing/fixtures.py](fixtures.py).
|
||||||
|
|
||||||
In addition, before to commit a new schema or a new version of it, make sure that it
|
In addition, before committing a new schema or a new version of it, make sure that it
|
||||||
is well formatted. If you don't want do it by hand, use `make fmt-schema` that uses
|
is well formatted. If you don't want do it by hand, use `make fmt-schema` that uses
|
||||||
jq under the hood.
|
jq under the hood.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user