From 6203433a366e1538a6f41ee78ee623141979ec61 Mon Sep 17 00:00:00 2001 From: Matt Chan <49702524+thewchan@users.noreply.github.com> Date: Wed, 2 Jun 2021 22:10:45 -0400 Subject: [PATCH] Added link on how to install WSL for Windows users --- www/contribute/producing-an-ebook-step-by-step.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/contribute/producing-an-ebook-step-by-step.php b/www/contribute/producing-an-ebook-step-by-step.php index 1ff492ce..16c254f8 100644 --- a/www/contribute/producing-an-ebook-step-by-step.php +++ b/www/contribute/producing-an-ebook-step-by-step.php @@ -6,7 +6,7 @@ require_once('Core.php');
This guide is meant to take you step-by-step through the creation of a complete Standard Ebook. While it might seem a little long, most of the text is a description of how to use various automated scripts. It can take just an hour or two for an experienced producer to produce a draft ebook for proofreading (depending on the complexity of the ebook, of course).
Our toolset is GNU/Linux-based, and producing an ebook from scratch currently requires working knowledge of the epub file format and of Unix-like systems like Mac or Linux.
-Our toolset doesn’t yet work natively on Windows, but there are many ways to run Linux from within Windows.
+Our toolset doesn’t yet work natively on Windows, but there are many ways to run Linux from within Windows, including one that is directly supported by Microsoft themselves.
If you don’t have this kind of technical expertise, you can still contribute! Check out our contributors page for details.