mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 11:40:42 +00:00
Merge pull request #227 from gabrielweyer/patch-1
The repo owner is octokit and not github
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ But first things first...
|
||||
* Fork the repository on GitHub by clicking on the "Clone in Windows" button or
|
||||
run the following command in a git shell.
|
||||
```
|
||||
git clone git@github.com:github/Octokit.net.git Octokit
|
||||
git clone git@github.com:octokit/Octokit.net.git Octokit
|
||||
```
|
||||
* Make sure the project builds and all tests pass on your machine by running
|
||||
the `build.cmd` script (this calls a [FAKE](https://github.com/fsharp/fake) script, `build.fsx`).
|
||||
|
||||
Reference in New Issue
Block a user