Skip to content

Commit 554ffc7

Browse files
authored
Short list of commands needed when nothing has not yet been done (#859)
1 parent 1e75a51 commit 554ffc7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,15 @@ This app supports open repository in external tools listed in the table below.
190190

191191
Everyone 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+
193202
Thanks 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)

0 commit comments

Comments
 (0)