We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922a30d commit 7923c05Copy full SHA for 7923c05
doc/getting-started/getting-started/installation.md
@@ -135,7 +135,7 @@ To build CLN for production:
135
```shell
136
poetry install
137
./configure
138
-RUST_PROFILE=release make
+RUST_PROFILE=release poetry run make
139
sudo RUST_PROFILE=release make install
140
```
141
@@ -358,7 +358,7 @@ echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init -)"\nf
358
source ~/.bash_profile
359
pyenv install 3.8.10
360
pip install --upgrade pip
361
-pip install poetry
+pip install poetry==2.0.1
362
363
364
If you don't have bitcoind installed locally you'll need to install that as well:
0 commit comments