Skip to content

Commit e7c879f

Browse files
committed
README.md: improve documentation section
To take advantage of the 'make' nice experience that was done recently in fsprojects#660.
1 parent accad2b commit e7c879f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Package | Version
4646

4747
1. Make sure you've installed the .NET version defined in [global.json](global.json)
4848
2. Run `dotnet tool restore` to install all developer tools required to build the project
49-
3. Run `dotnet fsi build.fsx` to build default target of [build script](build.fsx)
50-
4. Build documentation to make sure everything is fine with `dotnet fsi build.fsx -t Docs`
49+
3. Run `make` to build the default target of the [build script](build.fsx)
50+
4. Build documentation to make sure everything is fine with `make docs`
5151
5. Go to docs folder `cd docs` and start Fornax in watch mode `dotnet fornax watch`
5252
6. Your documentation should be now accessible on `localhost:8080` and will be regenerated on every file save
5353

0 commit comments

Comments
 (0)