Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierCHN committed Sep 16, 2020
1 parent ba2dd03 commit 1c3b462
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ Xavier 的 dota2 自定义游戏开发模板 [MAKE ARCADE GREAT AGAIN!]()
### 使用步骤

1. 使用本项目作为模板生成你自己的项目或者 fork 本项目
2. clone 生成或者 fork 的项目
3. 打开`package.json`,将`name`修改为你自己喜欢的名字
4. 执行`npm install`安装依赖,他应该会自动 link`content`,`game`文件夹到你的`dota 2 beta/dota_addons`,(如果碰到权限问题,请尝试重启)
5. `npm run dev`,开始你的开发
2. 安装`node.js`,要求是above Node v14.10.1 ~~因为低于这个版本的没有测试过~~
3. clone 生成或者 fork 的项目
4. 打开`package.json`,将`name`修改为你自己喜欢的名字
5. 执行`npm install`安装依赖,他应该会自动 link`content`,`game`文件夹到你的`dota 2 beta/dota_addons`,(如果碰到权限问题,请尝试重启)
6. `npm run dev`,开始你的开发

### 其他的工作

Expand Down

0 comments on commit 1c3b462

Please sign in to comment.