From 2dd900275ecc3be5b204e985a315d7f457f90c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A6=88=EB=88=85?= Date: Tue, 10 Aug 2021 19:26:18 +0900 Subject: [PATCH] Remove duplicated explanation of `n run` (#682) --- bin/n | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/n b/bin/n index c7180c3..f11e1dc 100755 --- a/bin/n +++ b/bin/n @@ -371,7 +371,6 @@ Commands: n Install Node.js (downloading if necessary) n install Install Node.js (downloading if necessary) n run [args ...] Execute downloaded Node.js with [args ...] - n run [args ...] Execute downloaded node with [args ...] n which Output path for downloaded node n exec [args...] Execute command with modified PATH, so downloaded node and npm first n rm Remove the given downloaded version(s)