From 5fe0ca418df31f33651549a98069ef7ea25ed9f8 Mon Sep 17 00:00:00 2001 From: Justin Ma Date: Thu, 27 Apr 2023 18:44:51 +0800 Subject: [PATCH] Remove npm install instruction (#9022) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 30d705d549..e3b5f92f7a 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,6 @@ To quickly install Nu: brew install nushell # Windows winget install nushell -# Cross Platform installation if you have node and npm installed, Note that nu plugins were not included -npm install -g nushell ``` To use `Nu` in GitHub Action, check [setup-nu](https://github.com/marketplace/actions/setup-nu) for more detail.