We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549bc51 commit 5167105Copy full SHA for 5167105
README.md
@@ -103,12 +103,12 @@ Requirements:
103
104
Compile and install:
105
```
106
-$ mvn clean install -DskipTests
+mvn clean install -DskipTests
107
108
(Optional) Compile using docker image:
109
110
-$ docker pull maven:3.6-openjdk-8
111
-$ docker run -v `pwd`:/inlong -w /inlong maven:3.6-openjdk-8 mvn clean install -DskipTests
+docker pull maven:3.6-openjdk-8
+docker run -v `pwd`:/inlong -w /inlong maven:3.6-openjdk-8 mvn clean install -DskipTests
112
113
after compile successfully, you could find distribution file at `inlong-distribution/target`.
114
0 commit comments