Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Remove GitVersion from docs #7
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonZiminSaritasa committed Nov 22, 2018
1 parent 62c4fe4 commit 3f7275e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,13 @@ You need following software installed:
- [Visual Studio 2017](https://www.visualstudio.com/downloads/)
- [psake](https://github.com/psake/psake)
- [Git](https://git-scm.com/)
- [GitVersion](https://gitversion.readthedocs.io/)
- [.NET Core SDK 2.1](https://www.microsoft.com/net/download)

You can easily install most software with Chocolatey package manager. To do that run `PowerShell` as administrator and type commands:

```powershell
PS> iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
PS> choco install psake git gitversion.portable dotnetcore-sdk
PS> choco install psake git dotnetcore-sdk
```

Build Project
Expand Down

0 comments on commit 3f7275e

Please sign in to comment.