Skip to content

Commit 4842603

Browse files
Update readme
1 parent 2950fcf commit 4842603

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@ from the main (upstream) repository:
153153
154154
## <a name="build"></a> Build process
155155
156+
* You need [.Net Core 2.2 SDK](https://dotnet.microsoft.com/download/dotnet-core/2.2)
156157
* Dependencies are controlled with [Paket](https://fsprojects.github.io/Paket/)
157-
* Build process is using [FAKE](http://fsharp.github.io/FAKE/)
158-
* To build application and run tests run `build.cmd` (on Windows) or `build.sh` (Linux / OSX)
158+
* Build process is using [FAKE](http://fsharp.github.io/FAKE/) - install it with `dotnet tool install fake-cli -g`
159+
* To build the project run `fake build`
160+
* To run unit tests run `fake build -t Test`
159161

0 commit comments

Comments
 (0)