Skip to content

Commit aa2b1b6

Browse files
committed
docs: add clnrest to rust plugins and RUST_PROFILE to installation steps
Changelog-None
1 parent 7e831ad commit aa2b1b6

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
@@ -134,8 +134,8 @@ pip3 install --upgrade pip
134134
pip3 install mako
135135
pip3 install grpcio-tools
136136
./configure
137-
make
138-
sudo make install
137+
RUST_PROFILE=release make
138+
sudo RUST_PROFILE=release make install
139139
```
140140

141141
> 📘

0 commit comments

Comments
 (0)