File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,15 @@ This app supports open repository in external tools listed in the table below.
190190
191191Everyone is welcome to submit a PR. Please make sure your PR is based on the latest ` develop ` branch and the target branch of PR is ` develop ` .
192192
193+ In short, here are the commands to get started once [ .NET tools are installed] ( https://dotnet.microsoft.com/en-us/download ) :
194+
195+ ``` sh
196+ dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org
197+ dotnet restore
198+ dotnet build
199+ dotnet run --project src/SourceGit.csproj
200+ ```
201+
193202Thanks to all the people who contribute.
194203
195204[ ![ Contributors] ( https://contrib.rocks/image?repo=sourcegit-scm/sourcegit&columns=20 )] ( https://github.com/sourcegit-scm/sourcegit/graphs/contributors )
You can’t perform that action at this time.
0 commit comments