Skip to content

Commit 125eaa4

Browse files
authored
Update README.md
1 parent 087cd08 commit 125eaa4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Features:
2525
- Named randomly (uuid is used)
2626

2727
# Using pk-vcs-git
28-
- Add github-hosted pk-vcs-git project as maven dependency using [jitpack.io](https://jitpack.io/). As an example, add following to gradle.build file:
28+
- Add github-hosted pk-vcs-git and pk-vcs-api projects as maven dependencies using [jitpack.io](https://jitpack.io/). As an example, add following to gradle.build file:
2929
```gradle
3030
allprojects {
3131
repositories {
@@ -34,11 +34,12 @@ Features:
3434
}
3535

3636
dependencies {
37-
// versioning: master-SNAPSHOT (lastest build, unstable), + (lastest release, stable) or certain version (e.g. 1.0)
37+
// versioning: master-SNAPSHOT (lastest build, unstable), + (lastest release, stable) or certain version (e.g. 1.1)
3838
compile 'com.github.ProjectKaiser:pk-vcs-git:+'
39+
compile 'com.github.ProjectKaiser:pk-vcs-api:+'
3940
}
4041
```
41-
Or download release jars from https://github.com/ProjectKaiser/pk-vcs-git/releases
42+
Or download release jars from https://github.com/ProjectKaiser/pk-vcs-git/releases, https://github.com/ProjectKaiser/pk-vcs-api/releases
4243
- Create Workspace Home instance providing path to any folder as Workspace Home folder path. This folder will contain repositories folders (if different vcs or repositories are used)
4344
```java
4445
public static final String WORKSPACE_DIR = System.getProperty("java.io.tmpdir") + "git-workspaces";

0 commit comments

Comments
 (0)