From 12d07d9a4d7960d292060dfe9b3b9a32774fa027 Mon Sep 17 00:00:00 2001 From: Lorenzo Paras Date: Tue, 2 Aug 2022 19:17:35 +1000 Subject: [PATCH] update README nx install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8692c7c4ba..9e05e1860f 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Note: It contains the latest supported version of Solidity available at the time ``` * Install [Nx CLI](https://nx.dev/using-nx/nx-cli) globally to enable running **nx executable commands**. ```bash -yarn global add @nrwl/cli +yarn global add nx ``` * Clone the github repository (`wget` need to be installed first):