Update README.md

This commit is contained in:
chaoszhu 2022-08-20 15:55:40 +08:00 committed by GitHub
parent 96b06ef793
commit 65f305df28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,9 +77,10 @@ wget -qO- --no-check-certificate https://ghproxy.com/https://raw.githubuserconte
1. 安装Node.js
2. 安装pm2、安装yarn
3. 拉取代码git clone https://github.com/chaos-zhu/easynode.git
4. 安装依赖yarn
5. 启动服务pm2 start server/app/main.js --name easynode-server
6. 访问http://yourip:8082
4. cd server目录
5. 安装依赖yarn
6. 启动服务pm2 start server/app/main.js --name easynode-server
7. 访问http://yourip:8082
- 默认登录密码admin(首次部署完成后请及时修改).