diff --git a/_docs/060_alternates.md b/_docs/060_alternates.md index ba72087..9d6605b 100644 --- a/_docs/060_alternates.md +++ b/_docs/060_alternates.md @@ -40,6 +40,9 @@ be omitted. Most attributes can be abbreviated as a single letter. The OS for "Windows Subsystem for Linux" is reported as "WSL", even though uname identifies as "Linux".
* +The OS for Linux-like runtimes for Windows (e.g. MinGW, Cygwin) is obtained by running `uname -o`. +
+* If `lsb_release` is not available, "distro" will be the ID specified in `/etc/os-release`.