Skip to content

Commit

Permalink
Add NuGet package installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
qmfrederik committed Jun 1, 2015
1 parent 3b9a2b7 commit 88dc526
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ This is a Managed port of the Android Debug Bridge to allow communication from .
This wraps the same methods that the ddms uses to directly communicate with ADB.
This gives more flexibility to the developer then launching an adb process and executing one of its build in commands.

## Installation
To install madb, run the following command in the [Package Manager Console](http://docs.nuget.org/consume/package-manager-console):

```
PM> Install-Package madb
```

## FileSystem Methods / Properties
* Create
* Move
Expand Down

0 comments on commit 88dc526

Please sign in to comment.