Skip to content

Commit 15f9e03

Browse files
author
SchlenkR
committed
#72: Fixed wrong explanation of how to build the documentation
1 parent ed4cfb4 commit 15f9e03

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,23 @@ Building
4747

4848
You need to have the latest .Net 5 SDK installed.
4949

50+
### Building binaries, publish, and test
51+
5052
There is a F# script that can be used to perform several build tasks from command line. It can be executed in this way:
5153

52-
`dotnet fsi .\build.fsx [task]`
54+
`PS> dotnet fsi .\build.fsx [task]`
5355

5456
Common tasks are:
5557

5658
* build
5759
* test
58-
* docu
5960
* publish
6061

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:
6265

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`.
66+
`PS> .\docu.ps1`
6467

6568

6669
Credits

0 commit comments

Comments
 (0)