Skip to content

Commit 8d0b2ac

Browse files
committed
update README
1 parent 80d3218 commit 8d0b2ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ The app is live at https://elmish.github.io/sample-react-todomvc.
44

55
## Building and running the sample
66
Pre-requisites:
7-
* .NET Core [SDK 5.*](https://docs.microsoft.com/en-us/dotnet/core/install/sdk)
7+
* .NET Core [SDK 6.*](https://docs.microsoft.com/en-us/dotnet/core/install/sdk)
88
* `yarn` installed as a global `npm` or a platform package and available in the path
99

1010
To build locally and start the webpack-devserver:
1111
* once: `dotnet tool restore`
12-
* `dotnet fake build -t Watch`
12+
* `dotnet fsi build.fsx -t Watch`
1313

1414
open [localhost:8090](http://localhost:8090)

0 commit comments

Comments
 (0)