diff --git a/tutorial/docfx_getting_started.html b/tutorial/docfx_getting_started.html index 517c325d015..b7775e5b551 100644 --- a/tutorial/docfx_getting_started.html +++ b/tutorial/docfx_getting_started.html @@ -116,7 +116,7 @@

2. Use DocFX as a command-l

Now you can view the generated website on http://localhost:8080.

Important
-

For macOS/Linux users: Use Mono version >= 5.10.

+

For macOS/Linux users: Use Mono version >= 5.10. The following command line can be used on Debian/Ubuntu: sudo apt-get install mono-runtime mono-devel

For macOS users: DO NOT Install Mono from Homebrew, but rather from the Mono download page.

3. Use DocFX integrated with Visual Studio