Skip to content

Commit

Permalink
Added package install manual to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
m.fedotov authored and m.fedotov committed Aug 24, 2016
1 parent 9eed57f commit 9f6a526
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Simple TabTip / OSK / Virtual Keyboard integration for WPF apps on Win 8.1 and W

## Simple to use

The easiest way to install the WPFTabTip is using the [Package Manager Console](https://docs.NuGet.org/consume/package-manager-console) in Visual Studio:

~~~powershell
PM> Install-Package WPFTabTip
~~~

One line of code in your startup logic, and you good to go!

```c#
Expand Down

0 comments on commit 9f6a526

Please sign in to comment.