Skip to content

Commit 31c789e

Browse files
committed
updated readme
1 parent 783be0e commit 31c789e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Apache 2.0](https://img.shields.io/github/license/pgcodekeeper/pgcodekeeper-core.svg)](http://www.apache.org/licenses/LICENSE-2.0)
1+
[![Apache 2.0](https://img.shields.io/github/license/pgcodekeeper/pgcodekeeper-cli.svg)](http://www.apache.org/licenses/LICENSE-2.0)
22

33
# pgcodekeeper-cli
44

@@ -11,4 +11,12 @@ A CLI version for [pgcodekeeper-core](https://github.com/pgcodekeeper/pgcodekeep
1111

1212
## Build
1313

14-
Build requires Java (JDK) 17+ and Apache Maven 3.9+.
14+
Build requires Java (JDK) 17+ and Apache Maven 3.9+.
15+
16+
```shell
17+
git clone https://github.com/pgcodekeeper/pgcodekeeper-cli.git
18+
cd pgcodekeeper-cli
19+
mvn clean verify -DskipTests
20+
```
21+
22+
Binaries will be created in pgcodekeeper-cli/target

0 commit comments

Comments
 (0)