Skip to content

Commit

Permalink
Fix installation instructions to point at new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Wander committed Aug 11, 2017
1 parent d393e05 commit 576ace1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,17 @@ Add this dependency to your project's POM:
<dependency>
<groupId>io.kubernetes</groupId>
<artifactId>client-java</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1</version>
<scope>compile</scope>
</dependency>
```

### Gradle users

```groovy
compile 'io.kubernetes:client-java:0.1'
```

### Others

At first generate the JAR by executing:
Expand All @@ -43,7 +49,7 @@ mvn package

Then manually install the following JARs:

* target/client-java-1.0-SNAPSHOT.jar
* target/client-java-0.2-SNAPSHOT.jar
* target/lib/*.jar

## Example
Expand Down

0 comments on commit 576ace1

Please sign in to comment.