Skip to content

Commit

Permalink
#72: Fixed wrong explanation of how to build the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SchlenkR committed Jan 16, 2022
1 parent ed4cfb4 commit 15f9e03
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,23 @@ Building

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

### Building binaries, publish, and test

There is a F# script that can be used to perform several build tasks from command line. It can be executed in this way:

`dotnet fsi .\build.fsx [task]`
`PS> dotnet fsi .\build.fsx [task]`

Common tasks are:

* build
* test
* docu
* publish

### Building Readme.md
### Building the documentation

The documentation in `./docs` is auto-generated from the files in `./src/Docu`. In order to build them, run:

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


Credits
Expand Down

0 comments on commit 15f9e03

Please sign in to comment.