mirror of
https://github.com/doocs/advanced-java.git
synced 2026-08-18 10:43:29 +08:00
docs: update README.md
Explain how to run the project on the local machine.
This commit is contained in:
@@ -22,6 +22,15 @@
|
|||||||
* Gitee Pages: https://doocs.gitee.io/advanced-java
|
* Gitee Pages: https://doocs.gitee.io/advanced-java
|
||||||
* GitHub Pages: https://doocs.github.io/advanced-java
|
* GitHub Pages: https://doocs.github.io/advanced-java
|
||||||
|
|
||||||
|
注:由于本项目站点基于 [Docsify](https://docsify.js.org) 构建,如果你希望在本地运行,请按照以下步骤进行操作:
|
||||||
|
|
||||||
|
1. 安装 NodeJS 环境:https://nodejs.org/zh-cn/
|
||||||
|
2. 安装 Docsify:`npm i docsify-cli -g`
|
||||||
|
3. 使用 Git 克隆本项目到你的本地环境:`git clone git@github.com:doocs/advanced-java.git`
|
||||||
|
4. 进入 `advanced-java` 根目录:`cd advanced-java`
|
||||||
|
5. 执行命令,运行本项目:`docsify serve`
|
||||||
|
|
||||||
|
|
||||||
## 高并发架构
|
## 高并发架构
|
||||||
|
|
||||||
### [消息队列](./docs/high-concurrency/mq-interview.md)
|
### [消息队列](./docs/high-concurrency/mq-interview.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user