Skip to content

Commit 9563302

Browse files
authored
Update README.md
1 parent c6dffc5 commit 9563302

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ Add this dependency to your project's POM:
6666
- [Work with other SDKs](#work-with-other-sdks)
6767

6868

69+
### Build from source
70+
71+
```
72+
docker run -it --net host --rm -v /root/.m2:/root/.m2 -v "$(pwd)":/usr/src/mymaven -w /usr/src/mymaven maven:3.8.5-openjdk-17-slim mvn clean install -Dmaven.test.skip
73+
```
6974

7075
### Creating a client
7176

0 commit comments

Comments
 (0)