From 6367c1e0d5278e0e59789394df7e208da9cdff3a Mon Sep 17 00:00:00 2001 From: fran Date: Fri, 7 Nov 2025 22:12:16 -0300 Subject: [PATCH] docs: update archlinux build instructions --- doc/getting-started/getting-started/installation.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/getting-started/getting-started/installation.md b/doc/getting-started/getting-started/installation.md index dfc064f08b91..d1721c7516ed 100644 --- a/doc/getting-started/getting-started/installation.md +++ b/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 Install dependencies: ```shell -pacman --sync autoconf automake gcc git make python-pip -pip install --user poetry +pacman --sync autoconf automake gcc git make python-poetry python-mako lowdown jq ``` Clone Core Lightning: @@ -436,10 +435,10 @@ python -m poetry install python -m poetry run make ``` -Launch Core Lightning: +Install -``` -./lightningd/lightningd +```shell +sudo python -m poetry run make install ``` ## To cross-compile for Android