From 8794751aebb47dcb8989cdc4eed04b43b8b289ef Mon Sep 17 00:00:00 2001 From: iAmir Date: Thu, 9 Nov 2023 20:58:16 +0330 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3faeba94..5a58880b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section ### For all OS's: - Install [nightly version](https://rust-lang.github.io/rustup/concepts/channels.html) of rust toolchain -- Install [NodeJS](https://nodejs.org/en/download) and `npm` (or `yarn` or anything else) +- Install [NodeJS](https://nodejs.org/en/download) and `npm` (or `yarn` or anything else) + **Note**: Please make sure you are not using node v20.6, anything else, lower or higher, should work fine. - Clone repository: ```bash