Skip to content

Commit f3c1c87

Browse files
committed
Updated readme
1 parent 21c7511 commit f3c1c87

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ An Java 7 implementation of [TeamSpeak's 3 server query API](http://media.teamsp
1313

1414
## Getting Started
1515

16-
First of all, you can always download the latest release [here](../../releases/latest) and add it to the buildpath of your project.
16+
**Download**
1717

18-
Or if you prefer Maven you add the following to your pom.xml:
18+
Standalone Jar: You can download the latest release [here](https://github.com/TheHolyWaffle/TeamSpeak-3-Java-API/tree/mvn-repo/com/github/theholywaffle/teamspeak3-api) and add it to the buildpath of your project.
19+
20+
or
21+
22+
Maven: add the following to your pom.xml
1923

2024
```xml
2125
<project>
@@ -46,6 +50,8 @@ Or if you prefer Maven you add the following to your pom.xml:
4650
</project>
4751
```
4852

53+
**Usage**
54+
4955
All functionality is contained in the [TS3Api](src/main/java/com/github/theholywaffle/teamspeak3/TS3Api.java) object.
5056

5157
1. Create a [TS3Config](src/main/java/com/github/theholywaffle/teamspeak3/TS3Config.java) object and customize it.

0 commit comments

Comments
 (0)