mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 11:05:56 +00:00
Move Documention section after Getting Started
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
Octokit is a client library targeting .NET 4.5 and above that provides an easy
|
||||
way to interact with the [GitHub API](http://developer.github.com/v3/).
|
||||
|
||||
## Documentation
|
||||
|
||||
Please see https://github.com/octokit/octokit.net/blob/master/docs/index.md for more detailed documentation.
|
||||
|
||||
## Usage examples
|
||||
|
||||
Get public info on a specific user.
|
||||
@@ -34,6 +30,10 @@ Install-Package Octokit
|
||||
|
||||
In Xamarin Studio you can find this option under the project's context menu: **Add | Add Packages...***.
|
||||
|
||||
## Documentation
|
||||
|
||||
Please see https://github.com/octokit/octokit.net/blob/master/docs/index.md for more detailed documentation.
|
||||
|
||||
## Build
|
||||
|
||||
Octokit is a single assembly designed to be easy to deploy anywhere. If you
|
||||
|
||||
Reference in New Issue
Block a user