Skip to content

Commit

Permalink
docs(README): add nodejs install method
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Jan 18, 2024
1 parent 3008d30 commit a67b979
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a67b979

Please sign in to comment.