Skip to content

Commit 8a56ccd

Browse files
daywalker90ShahanaFarooqui
authored andcommitted
docs: add RUST_PROFILE to installation steps
Changelog-None
1 parent 284e38e commit 8a56ccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ To build CLN for production:
135135
```shell
136136
poetry install
137137
./configure
138-
poetry run make -j$(($(nproc)-1))
139-
sudo make install
138+
RUST_PROFILE=release make
139+
sudo RUST_PROFILE=release make install
140140
```
141141

142142
> 📘

0 commit comments

Comments
 (0)