Skip to content

Commit 6367c1e

Browse files
committed
docs: update archlinux build instructions
1 parent 193f24a commit 6367c1e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/getting-started/getting-started/installation.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,7 @@ sudo PATH="/usr/local/opt:$PATH" LIBRARY_PATH=/opt/homebrew/lib CPATH=/opt/home
417417
Install dependencies:
418418

419419
```shell
420-
pacman --sync autoconf automake gcc git make python-pip
421-
pip install --user poetry
420+
pacman --sync autoconf automake gcc git make python-poetry python-mako lowdown jq
422421
```
423422

424423
Clone Core Lightning:
@@ -436,10 +435,10 @@ python -m poetry install
436435
python -m poetry run make
437436
```
438437

439-
Launch Core Lightning:
438+
Install
440439

441-
```
442-
./lightningd/lightningd
440+
```shell
441+
sudo python -m poetry run make install
443442
```
444443

445444
## To cross-compile for Android

0 commit comments

Comments
 (0)