From 7f7ad7d5d3789eccd6da6dbe3a710c7d6e433b70 Mon Sep 17 00:00:00 2001 From: aggstam <40597439+aggstam@users.noreply.github.com> Date: Wed, 8 Mar 2023 18:07:50 +0000 Subject: [PATCH] README/Build: minor thing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9340d7d9a..21f5b32fc 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ for the P2P IRC daemon. This project requires the Rust compiler to be installed. Please visit [Rustup](https://rustup.rs/) for instructions. -You have to install a native and wasm32 toolchains. +You have to install a native toolchain, which is set up during Rust installation, and wasm32 toolchain. To install wasm32 toolchain, execute: ```shell % rustup target add wasm32-unknown-unknown