mirror of
https://github.com/revanced/jadb.git
synced 2025-02-11 09:36:48 +01:00
Cleaning up README.md
This commit is contained in:
parent
4cdff4b399
commit
dac19a0696
10
README.md
10
README.md
@ -13,7 +13,7 @@ This projects aims at providing an up to date implementation of the ADB protocol
|
|||||||
Usage cannot be simpler. Just create a `JadbConnection` and off you go.
|
Usage cannot be simpler. Just create a `JadbConnection` and off you go.
|
||||||
|
|
||||||
JadbConnection jadb = new JadbConnection();
|
JadbConnection jadb = new JadbConnection();
|
||||||
List<JadbDevice> devices = jadb.getDevices();
|
List<JadbDevice> devices = jadb.getDevices();
|
||||||
|
|
||||||
Make sure the adb server is running. You can start it by running `adb` once from the command line.
|
Make sure the adb server is running. You can start it by running `adb` once from the command line.
|
||||||
|
|
||||||
@ -39,8 +39,8 @@ A list of the available commands that a ADB Server may accept can be found here:
|
|||||||
|
|
||||||
Since version v1.1 Jadb support [maven](https://maven.apache.org/) as a build system. Although this project is not presented in official apache maven
|
Since version v1.1 Jadb support [maven](https://maven.apache.org/) as a build system. Although this project is not presented in official apache maven
|
||||||
repositories this library can be used as dependencies in your maven/gradle project with the help of [jitpack](https://jitpack.io).
|
repositories this library can be used as dependencies in your maven/gradle project with the help of [jitpack](https://jitpack.io).
|
||||||
[Оitpack](https://jitpack.io) is a system which parse github public repositories and make artifacts from them.
|
[Jitpack](https://jitpack.io) is a system which parses github public repositories and make artifacts from them.
|
||||||
You will just only need to add [jitpack](https://jitpack.io) as a repository to let maven/gradle to search for artifacts in it
|
You only need to add [jitpack](https://jitpack.io) as a repository to let maven/gradle to search for artifacts in it, like so
|
||||||
|
|
||||||
```
|
```
|
||||||
<repositories>
|
<repositories>
|
||||||
@ -52,7 +52,7 @@ You will just only need to add [jitpack](https://jitpack.io) as a repository to
|
|||||||
```
|
```
|
||||||
|
|
||||||
After that you will need to add actual dependency. [Jitpack](https://jitpack.io) takes groupId, artifactId and version id from repository name,
|
After that you will need to add actual dependency. [Jitpack](https://jitpack.io) takes groupId, artifactId and version id from repository name,
|
||||||
project name and **tag** ignoring actual values from pom.xml. So you need to write:
|
project name and tag ignoring actual values from pom.xml. So you need to write:
|
||||||
|
|
||||||
```
|
```
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -63,7 +63,7 @@ project name and **tag** ignoring actual values from pom.xml. So you need to wri
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Contributing ##
|
## Contributing ##
|
||||||
This project would not be where it is if it where not for the many helpful contributors
|
This project would not be where it is if it where not for the helpful [contributors](https://github.com/vidstige/jadb/graphs/contributors)
|
||||||
supporting jadb with pull requests, issue reports, and great ideas. If _you_ would like to
|
supporting jadb with pull requests, issue reports, and great ideas. If _you_ would like to
|
||||||
contribute, please read through [CONTRIBUTING.md](CONTRIBUTING.md).
|
contribute, please read through [CONTRIBUTING.md](CONTRIBUTING.md).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user