Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
superyyrrzz committed Jun 28, 2016
1 parent 111440d commit 62586c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
## Description
This is a sample docfx documentation project. It contains .NET source code and markdown files.
`docfx.json` is the configuration file for running `docfx`.
`docfx` will generate a static website as similar to [http://docascode.github.io/docfx](http://docascode.github.io/docfx/index.html).
`docfx` will generate a static website as similar to [http://docascode.github.io/docfx-seed](http://docascode.github.io/docfx-seed/index.html).

## How to run
### Under Windows
* Download and unzip [docfx.zip](http://aspnet.github.io/docfx/tutorial/artifacts/docfx.zip) to run `docfx.exe` directly!
* Download and unzip [docfx.zip](https://github.com/dotnet/docfx/releases/latest) to run `docfx.exe` directly!
* Run `docfx` under current repo! Website will be generated under `_site` folder.
* Run any web hosting tool to host `_site` folder, e.g. `docfx serve _site`.

Expand Down

0 comments on commit 62586c3

Please sign in to comment.