doc: Fixed grammars and add jq as dev dependences.

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
Vincenzo Palazzo 2021-11-05 23:43:36 +01:00 committed by Rusty Russell
parent 9c45557959
commit 35c6f90666
2 changed files with 7 additions and 7 deletions

View File

@ -59,7 +59,7 @@ Clone lightning:
For development or running tests, get additional dependencies:
sudo apt-get install -y valgrind libpq-dev shellcheck cppcheck \
libsecp256k1-dev
libsecp256k1-dev jq
pip3 install --upgrade pip
pip3 install --user -r requirements.txt

View File

@ -39,7 +39,7 @@ You should always list all fields which are *always* present in
We extend the basic types; see
[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
jq under the hood.