Skip to content

Commit 63fcbad

Browse files
Update README
1 parent 83966f5 commit 63fcbad

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,14 @@ Debug.Assert(width == 2);
2222

2323
## Building
2424

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-
3025
```
3126
> dotnet tool restore
3227
```
3328

3429
After that, running the build is as easy as writing:
3530

3631
```
37-
> dotnet cake
32+
> dotnet make
3833
```
3934

4035
## Acknowledgement

0 commit comments

Comments
 (0)