[ISSUE #4673] DLedger quick start document optimize (#4675)

This commit is contained in:
mxsm
2022-07-23 22:00:44 +08:00
committed by GitHub
parent a3aef179f7
commit 16416aaacf
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -11,9 +11,9 @@
#### 1.1 构建 DLedger
`git clone https://github.com/openmessaging/openmessaging-storage-dledger.git`
`git clone https://github.com/openmessaging/dledger.git`
`cd openmessaging-storage-dledger`
`cd dledger`
`mvn clean install -DskipTests`
+2 -2
View File
@@ -10,9 +10,9 @@ Build phase contains two parts, first, build DLedger, then build RocketMQ.
#### 1.1 Build DLedger
`git clone https://github.com/openmessaging/openmessaging-storage-dledger.git`
`git clone https://github.com/openmessaging/dledger.git`
`cd openmessaging-storage-dledger`
`cd dledger`
`mvn clean install -DskipTests`