@@ -42,7 +42,7 @@ Modules with **\[\<AutoOpen\>\]** does not require `open` to use.
4242
4343- [ .NET SDK 6.0] ( https://dotnet.microsoft.com/download/dotnet/6.0 )
4444 - [ Fable] ( https://fable.io/ ) is required to build this tool.
45- - Run ` dotnet tool restore ` in the root directory of this repo to install them .
45+ - Run ` dotnet tool restore ` in the root directory of this repo to install it .
4646
4747- OCaml 4.08 or higher
4848 - [ js_of_ocaml] ( https://github.com/ocsigen/js_of_ocaml ) should be installed to your opam switch.
@@ -54,13 +54,13 @@ Modules with **\[\<AutoOpen\>\]** does not require `open` to use.
5454
5555## Debugging
5656
57- ` dotnet run -t Watch ` to live update ` dist/ts2ocaml.js ` .
57+ ` ./fake watch ` to live update ` dist/ts2ocaml.js ` .
5858
5959It will be bundled by Webpack with the ` development ` mode.
6060
6161## Building
6262
63- ` dotnet run -t Build ` performs the followings:
63+ ` ./fake build ` performs the followings:
6464- ` yarn install ` to populate ` node_modules `
6565- ` dotnet restore ts2ocaml.sln ` to install required F# libraries
6666- Compile F# source files into JS source files (through Fable)
@@ -70,7 +70,7 @@ The resulting `dist/ts2ocaml.js` is then ready to run through `node`.
7070
7171## Testing
7272
73- ` dotnet run -t Test ` builds the tool and then performs the followings:
73+ ` ./fake test ` builds the tool and then performs the followings:
7474
7575### Test the tool for [ ` js_of_ocaml ` target] ( js_of_ocaml.md )
7676
@@ -92,7 +92,7 @@ The resulting `dist/ts2ocaml.js` is then ready to run through `node`.
9292
9393## Publishing
9494
95- ` dotnet run -t Publish ` builds the tool, runs the tests, and then performs the followings:
95+ ` ./fake publish ` builds the tool, runs the tests, and then performs the followings:
9696
9797### Prepare for publishing the standard library for [ ` js_of_ocaml ` target] ( js_of_ocaml.md ) to the ` jsoo-stdlib ` branch
9898
0 commit comments