Skip to content

grammar nitpick for installation.md #8428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 1, 2025
Merged
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
4 changes: 2 additions & 2 deletions doc/getting-started/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pip3 install pytest

If you can't install `lowdown`, a version will be built in-tree.

If you want to build the Rust plugins (currently cln-grpc and clnrest, which changed from Python to Rust as of v25.02):
If you want to build the Rust plugins (cln-grpc, clnrest, and wss-proxy):

```shell
sudo apt-get install -y cargo rustfmt protobuf-compiler
Expand All @@ -142,7 +142,7 @@ sudo RUST_PROFILE=release make install

> 📘
>
> If you want disable Rust because you do not want use it or you do not want `cln-grpc` or `clnrest`, you can use `./configure --disable-rust`.
> If you want to disable Rust because you don’t need it or its plugins (cln-grpc, clnrest, or wss-proxy), you can use `./configure --disable-rust`.

To build CLN for development:

Expand Down
Loading