From b30d7dbdb50eb69b06cf266223ee45210424fba9 Mon Sep 17 00:00:00 2001 From: Aaron DeRuvo Date: Wed, 14 Aug 2024 19:06:36 +0200 Subject: [PATCH] Celocli install instructions (#1403) No longer true that celocli needs yarn 18 and for me that npx celocli does not work --- docs/cli/index.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/cli/index.md b/docs/cli/index.md index 31c6a2c3b9..82ea1e9f4c 100644 --- a/docs/cli/index.md +++ b/docs/cli/index.md @@ -24,13 +24,7 @@ npm install -g @celo/celocli :::info -We are currently deploying the CLI with only Node.js v18.14.2 support. If you are running a different version of Node.js, consider using [NVM](https://github.com/nvm-sh/nvm#installation-and-update) to manage your node versions. e.g. with: `nvm install 18.14.2 && nvm use 18.14.2` - -::: - -:::info - -If you have trouble installing globally \(i.e. with the `-g` flag\), try installing to a local directory instead with `npm install @celo/celocli` and run with `npx celocli`. +If you have trouble installing globally \(i.e. with the `-g` flag\), try installing to a local directory instead with `yarn add @celo/celocli` and run with `yarn celocli`. :::