From a5e47dead8d2aea3a93a5677ad9b844f536b51e0 Mon Sep 17 00:00:00 2001 From: Tommy Verrall Date: Thu, 18 Nov 2021 09:18:04 +0000 Subject: [PATCH] Update readme . If `Webview2` is not installed on Windows, that app will not launch correctly. There's two ways to update if you're running on an older version of windows. - Update the Edge browser in your current OS - Update via the installer now provided in the README documentation. --- nym-wallet/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nym-wallet/README.md b/nym-wallet/README.md index 9cf08a4d1c..4d69251135 100644 --- a/nym-wallet/README.md +++ b/nym-wallet/README.md @@ -9,18 +9,19 @@ Nym is an open-source, decentralized and permissionless privacy system. It provi The Nym desktop wallet enables you to use the Nym network and take advantage of its key capabilities -## Installation prerequisites Linux / Mac +## Installation prerequisites - Linux / Mac - `Yarn` - `NodeJS >= v16.8.0` - `Rust & cargo >= v1.56` -## Installation prerequisites Windows +## Installation prerequisites - Windows - When running on Windows you will need to install c++ build tools - An easy guide to get rust up and running [Installation]("http://kennykerr.ca/2019/11/18/rust-getting-started/") - When installing NodeJS please use the `current features` version - Using a package manager like [Chocolatey]("chocolatey.org") is recommended +- The nym wallet requires you to have `Webview2` installed, please head to the [Installer](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section), this will ensure a smooth app launch ## Installation