From ed2b0eff9ab024e2d0f77f07502b4b4790e628a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9B=E3=83=83=E3=83=88=E3=83=94=E3=82=B0?= <93409262+MicahMaphet@users.noreply.github.com> Date: Sun, 27 Jul 2025 22:31:57 -0400 Subject: [PATCH] nit: installation.md Changelog-None. --- doc/getting-started/getting-started/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/getting-started/getting-started/installation.md b/doc/getting-started/getting-started/installation.md index a09b1bd7d..595907713 100644 --- a/doc/getting-started/getting-started/installation.md +++ b/doc/getting-started/getting-started/installation.md @@ -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 @@ -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: