Skip to content

Commit 67a19e4

Browse files
authored
Updating according reviews
1 parent 34fe764 commit 67a19e4

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

WSL/about.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ ms.assetid: 3cefe0db-7616-4848-a2b6-9296746a178b
1313

1414
# Windows Subsystem for Linux Documentation
1515

16-
The Windows Subsystem for Linux lets developers run GNU environment -- including most command-line tools, utilities, and applications -- directly on Windows, unmodified, without the overhead of a virtual machine.
16+
The Windows Subsystem for Linux lets developers run GNU/Linux environment -- including most command-line tools, utilities, and applications -- directly on Windows, unmodified, without the overhead of a virtual machine.
1717

1818
You can:
1919

20-
1. Choose your favorite Linux distributions [from the Windows Store](https://aka.ms/wslstore).
21-
1. Run common command-line free software such as `grep`, `sed`, `awk`, etc.
22-
1. Run Bash shell scripts and GNU\Linux command-line applications including:
20+
1. Choose your favorite GNU/Linux distributions [from the Windows Store](https://aka.ms/wslstore).
21+
1. Run common command-line free software such as `grep`, `sed`, `awk`, or other ELF-64 binaries.
22+
1. Run Bash shell scripts and GNU/Linux command-line applications including:
2323
* Tools: vim, emacs, tmux
2424
* Languages: Javascript/node.js, Ruby, Python, C/C++, C# & F#, Rust, Go, etc.
2525
* Services: sshd, MySQL, Apache, lighttpd
26-
1. Install additional GNU\Linux free software using the distribution's built in package manager (`apt-get`, for example).
27-
1. Invoke Windows applications from the Bash console.
28-
1. Invoke GNU\Linux applications on Windows.
26+
1. Install additional software using own GNU/Linux distribution package manager.
27+
1. Invoke Windows applications using a Unix-like command-line shell.
28+
1. Invoke GNU/Linux applications on Windows.
2929

3030
## Getting started
3131

0 commit comments

Comments
 (0)