linux-tutorial/codes/deploy/tool/nodejs/README.md

10 lines
232 B
Markdown
Raw Normal View History

# 安装 Nodejs
使用方法:
```sh
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/nodejs/install-nodejs.sh
chmod -R 777 install-nodejs.sh
./install-nodejs.sh
```