You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -47,20 +47,23 @@ Building
47
47
48
48
You need to have the latest .Net 5 SDK installed.
49
49
50
+
### Building binaries, publish, and test
51
+
50
52
There is a F# script that can be used to perform several build tasks from command line. It can be executed in this way:
51
53
52
-
`dotnet fsi .\build.fsx [task]`
54
+
`PS> dotnet fsi .\build.fsx [task]`
53
55
54
56
Common tasks are:
55
57
56
58
* build
57
59
* test
58
-
* docu
59
60
* publish
60
61
61
-
### Building Readme.md
62
+
### Building the documentation
63
+
64
+
The documentation in `./docs` is auto-generated from the files in `./src/Docu`. In order to build them, run:
62
65
63
-
The `Readme.md` and the content in `./docs` is auto-generated from the files in `./src/Docu`. In order to build them, run the command `dotnet fsi .\build.fsx docu`.
0 commit comments