Skip to content

Commit fff7114

Browse files
committed
Update README
1 parent 0ae49cc commit fff7114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Run the following commands:
1313
- `yarn install`
1414
- `.paket/paket.exe restore`
1515
- `dotnet restore`
16-
- `dotnet node_modules/fable-compiler/bin/fable-compiler/Fable.Compiler.dll fable start --port 61225`
16+
- `dotnet node_modules/fable-compiler/bin/fable-cli/Fable.Cli.dll start --port 61225`
1717

1818
Now you can open VS Code and hit <kbd>F5</kbd> to start another instance of VS Code, which will have this extension loaded and the debugger attached to it. When starting the "Launch Extension" configuration, VS Code will run the `build` NPM script, which will transpile and bundle the source code and write the resulting JavaScript code to the `out/` directory.
1919

0 commit comments

Comments
 (0)