Fix wording in README.md.

This commit is contained in:
Alexey Kopytov
2017-04-28 08:49:11 -07:00
parent b12b377850
commit 04f2cfabb9

View File

@ -98,15 +98,16 @@ brew install sysbench
```
## Windows
As of sysbench 1.0 support for native Windows builds was
dropped. It may be re-introduced in later versions. Currently, the
recommended way to obtain sysbench on Windows is using
As of sysbench 1.0 support for native Windows builds was dropped. It may
be re-introduced in later releases. Currently, the recommended way to
obtain sysbench on Windows is
using
[Windows Subsystem for Linux available in Windows 10](https://msdn.microsoft.com/en-us/commandline/wsl/about).
After installing WSL and getting into bash prompt on Windows, following
Debian/Ubuntu installation instructions is sufficient. Alternatively, one can
use WSL build and install sysbench from source, or use an older sysbench
release to build a native binary.
After installing WSL and getting into he bash prompt on Windows
following Debian/Ubuntu installation instructions is
sufficient. Alternatively, one can use WSL to build and install sysbench
from source, or use an older sysbench release to build a native binary.
# Building and Installing From Source
@ -126,7 +127,7 @@ recommended way to build sysbench on Windows is using
After installing WSL and getting into bash prompt on Windows, following
Debian/Ubuntu build instructions is sufficient. Alternatively, one can
build and use sysbench 0.5 natively for Windows.
build and use an older 0.5 release on Windows.
### Debian/Ubuntu
``` shell