From b3caa55ae70dff3303bf794e679909289495e243 Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Tue, 22 Sep 2020 22:33:57 +0300 Subject: [PATCH] docfx_getting_started: Mention mono-devel The primary aim here is to ensure that `mono-devel` is mentioned, since it's not enough in this case to just have the runtime package installed. Closes #5082. --- tutorial/docfx_getting_started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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