From ce00f5f9b1c7c92115e4ccd8ba477bb18c791d83 Mon Sep 17 00:00:00 2001 From: Trond Trosterud Date: Mon, 11 Nov 2024 15:33:49 +0100 Subject: [PATCH] Windows 10, Windows 11 --- ling/LinguisticAnalysis.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ling/LinguisticAnalysis.md b/ling/LinguisticAnalysis.md index 8bd8be3..63cc751 100644 --- a/ling/LinguisticAnalysis.md +++ b/ling/LinguisticAnalysis.md @@ -152,6 +152,9 @@ The flag `-S` means "present a correction suggestion", and the flag `-n 5` speci ## 4. Running the analysers on Windows: -All the above works on Linux and Mac. In order to make it work on Windows, do the following: +All the above works on Linux and Mac. In order to make it work on Windows, do the following (one or the other; with a new or updated computer you probably have Windows 11, check in the control panel if you are not sure): -[Install a Linux shell](https://www.howtogeek.com/249966/how-to-install-and-use-the-linux-bash-shell-on-windows-10/). It is not too complicated, but requires admin rights on your machine. Thereafter, execute the commands for Linux ubuntu above. +- [Install a Linux shell on Windows 11](https://techcommunity.microsoft.com/discussions/windows11/how-to-install-the-linux-windows-subsystem-in-windows-11/2701207) +- [Install a Linux shell on Windows 10](https://www.howtogeek.com/249966/how-to-install-and-use-the-linux-bash-shell-on-windows-10/) + +It is not too complicated, but requires admin rights on your machine. Thereafter, execute the commands for **Linux ubuntu** above.