-
Notifications
You must be signed in to change notification settings - Fork 450
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,6 +89,10 @@ brew install --cask mqttx | |
|
||
## 开发 | ||
|
||
Node 环境的推荐版本: | ||
|
||
- v14.\*.\* | ||
|
||
``` shell | ||
# 克隆项目 | ||
git clone [email protected]:emqx/MQTTX.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,6 +83,10 @@ To chat with other community members you can join the [EMQ X Slack](https://slac | |
|
||
## Develop | ||
|
||
Recommended version for Node environment: | ||
|
||
- v14.\*.\* | ||
|
||
``` shell | ||
# Clone | ||
git clone [email protected]:emqx/MQTTX.git | ||
|