Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions doc/getting-started/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down