File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments