We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83966f5 commit 63fcbadCopy full SHA for 63fcbad
1 file changed
README.md
@@ -22,19 +22,14 @@ Debug.Assert(width == 2);
22
23
## Building
24
25
-We're using [Cake](https://github.com/cake-build/cake) as a
26
-[dotnet tool](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools)
27
-for building. So make sure that you've restored Cake by running
28
-the following in the repository root:
29
-
30
```
31
> dotnet tool restore
32
33
34
After that, running the build is as easy as writing:
35
36
37
-> dotnet cake
+> dotnet make
38
39
40
## Acknowledgement
0 commit comments