From a67b979c138c9cc74c31199620dc0a6bb0149ac8 Mon Sep 17 00:00:00 2001 From: markthree <1801982702@qq.com> Date: Thu, 18 Jan 2024 15:54:12 +0800 Subject: [PATCH] docs(README): add nodejs install method --- README.md | 4 ++++ README_CN.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 4d245bf..6fb9909 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ Of course, if you don't have Deno installed 👇 npx deno-npx install --allow-read --allow-env --allow-run --allow-write --unstable -rfn n https://deno.land/x/ndeno/mod.ts ``` +### nodejs + +you can use `npm install ndeno -g` to install `ndeno` globally. (In a pure nodejs environment) + ### daily Automatically determine the package manager of the project, without worrying diff --git a/README_CN.md b/README_CN.md index 7ae8bcb..e39ff3a 100644 --- a/README_CN.md +++ b/README_CN.md @@ -90,6 +90,10 @@ npx deno-npx install --allow-read --allow-env --allow-run --allow-write --unstab deno uninstall n ``` +### nodejs + +你可以使用 `npm install ndeno -g` 去全局安装 `ndeno` (在纯 nodejs 环境中) + ## License Made with [markthree](https://github.com/markthree)