Skip to content

Commit af79543

Browse files
committed
docs: update README.md
Explain how to run the project on the local machine.
1 parent 50a8086 commit af79543

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@
2222
* Gitee Pages: https://doocs.gitee.io/advanced-java
2323
* GitHub Pages: https://doocs.github.io/advanced-java
2424

25+
注:由于本项目站点基于 [Docsify](https://docsify.js.org) 构建,如果你希望在本地运行,请按照以下步骤进行操作:
26+
27+
1. 安装 NodeJS 环境:https://nodejs.org/zh-cn/
28+
2. 安装 Docsify:`npm i docsify-cli -g`
29+
3. 使用 Git 克隆本项目到你的本地环境:`git clone [email protected]:doocs/advanced-java.git`
30+
4. 进入 `advanced-java` 根目录:`cd advanced-java`
31+
5. 执行命令,运行本项目:`docsify serve`
32+
33+
2534
## 高并发架构
2635

2736
### [消息队列](./docs/high-concurrency/mq-interview.md)

0 commit comments

Comments
 (0)