Skip to content

Commit ae96669

Browse files
committed
updated git wording
1 parent 693b623 commit ae96669

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,9 @@ But first things first...
1313
* Submit a ticket for your issue, assuming one does not already exist.
1414
* Clearly describe the issue including steps to reproduce when it is a bug.
1515
* Make sure you fill in the earliest version that you know has the issue.
16-
* Fork the repository on GitHub by clicking on the "Clone in Desktop" button or
17-
run the following command in a git shell.
18-
```
19-
git clone git@github.com:libgit2/libgit2sharp.git
20-
21-
git clone --recursive
22-
```
16+
* Fork the repository on GitHub, then clone it using your favorite Git client.
2317
* Make sure the project builds and all tests pass on your machine by running
24-
the `build.libgit2sharp.cmd` script on Windows and `build.libgit2sharp.sh` on Linux/Mac.
18+
the `build.libgit2sharp.cmd` script on Windows or `build.libgit2sharp.sh` on Linux/Mac.
2519

2620
## LibGit2
2721

0 commit comments

Comments
 (0)