Skip to content

Commit 3bcdc96

Browse files
committed
Add glossary term for Windows Subsystem for Linux (WSL)
1 parent c1d35c3 commit 3bcdc96

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/glossary.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,4 +642,8 @@ Varnish
642642
Content Delivery Network
643643
CDN
644644
A Content Delivery Network (CDN) is a network of servers located in various geographic regions that work together to deliver web content to users quickly and efficiently.
645+
646+
WSL
647+
Windows Subsystem for Linux
648+
The [Windows Subsystem for Linux (WSL)](https://learn.microsoft.com/en-us/windows/wsl/install) lets developers install a Linux distribution (such as Ubuntu, OpenSUSE, Kali, Debian, or Arch Linux) and use Linux applications, utilities, and Bash command-line tools directly on Windows, unmodified, without the overhead of a traditional virtual machine or dualboot setup.
645649
```

docs/install/install-from-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You may host multiple Plone sites on the same server.
4444
### Pre-requisites for installation
4545

4646
- An operating system that runs all the pre-requisites.
47-
Most UNIX-based operating systems are supported, including many Linux distributions, macOS, or WSL on Windows.
47+
Most UNIX-based operating systems are supported, including many Linux distributions, macOS, or {term}`Windows Subsystem for Linux` (WSL) on Windows.
4848
A UNIX-based operating system is recommended.
4949

5050
```{important}

0 commit comments

Comments
 (0)