This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new d60af2b4c [INLONG-4758][Doc] Remove leading $ sign in README.md (#4759)
d60af2b4c is described below
commit d60af2b4ccc71fc3ba39f158c2b53fd6537e0bad
Author: boatrainlsz <[email protected]>
AuthorDate: Fri Jun 24 11:38:09 2022 +0800
[INLONG-4758][Doc] Remove leading $ sign in README.md (#4759)
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 0087de03b..6c65d4c66 100644
--- a/README.md
+++ b/README.md
@@ -103,12 +103,12 @@ Requirements:
Compile and install:
```
-$ mvn clean install -DskipTests
+mvn clean install -DskipTests
```
(Optional) Compile using docker image:
```
-$ docker pull maven:3.6-openjdk-8
-$ 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
```
after compile successfully, you could find distribution file at
`inlong-distribution/target`.