We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193f24a commit 6367c1eCopy full SHA for 6367c1e
doc/getting-started/getting-started/installation.md
@@ -417,8 +417,7 @@ sudo PATH="/usr/local/opt:$PATH" LIBRARY_PATH=/opt/homebrew/lib CPATH=/opt/home
417
Install dependencies:
418
419
```shell
420
-pacman --sync autoconf automake gcc git make python-pip
421
-pip install --user poetry
+pacman --sync autoconf automake gcc git make python-poetry python-mako lowdown jq
422
```
423
424
Clone Core Lightning:
@@ -436,10 +435,10 @@ python -m poetry install
436
435
python -m poetry run make
437
438
439
-Launch Core Lightning:
+Install
440
441
-```
442
-./lightningd/lightningd
+```shell
+sudo python -m poetry run make install
443
444
445
## To cross-compile for Android
0 commit comments