From f61d7714aa11423f29707755a7d8f6512072ac13 Mon Sep 17 00:00:00 2001 From: Erik Price Date: Fri, 24 Jun 2022 11:56:41 -0400 Subject: [PATCH] Fix typo Replace "Linux-based" with "Unix-based". Signed-off-by: Erik Price --- docs/getting-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index 8c2f6bc865..d560b97eae 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -21,7 +21,7 @@ guide to do a repository-based installation. ### Prerequisites -- Access to a Linux-based operating system, such as Linux, MacOS or +- Access to a Unix-based operating system, such as Linux, MacOS or [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/) - An account with elevated rights to install the dependencies - `curl` or `wget` installed