Add documentation header (skip-ci)

This commit is contained in:
Patrik Svensson
2020-08-27 20:12:13 +02:00
parent 68aaf8a2fa
commit 358b0225b4
3 changed files with 41 additions and 1 deletions

8
docs/README.md Normal file
View File

@ -0,0 +1,8 @@
# Documentation
Preview the documentation locally by running the following
from your favourite shell:
```
> dotnet run -- preview --virtual-dir "spectre.console"
```