Formatting in top-level README.md

- Remove redundant 'Build from Source' column, since the Section name already implies it
- Lists with 1 bullet-point are weird-looking, especially sub-lists
This commit is contained in:
Sergei Vorobev 2016-07-26 23:56:46 -07:00 committed by GitHub
parent 0814942d88
commit ef04ff27c2

View File

@ -27,15 +27,16 @@ Get PowerShell
--------------
1. Download the package for your platform at [PowerShell Releases][releases].
1. Install the package.
* Package installation documents are available for [Linux or OS X][inst-linux] and [Windows][inst-win].
1. Install the package.
* [Linux or OS X][inst-linux].
* [Windows][inst-win].
Building PowerShell
-------------------
| | Linux | Windows | OS X |
|-----------------------|-------|-------------------|------|
| Build from **Source** | [Instructions][build-linux] | [Instructions][build-wc] | [Instructions][build-osx] |
| Linux | Windows | OS X |
|-------|----------|------|
| [Instructions][build-linux] | [Instructions][build-wc] | [Instructions][build-osx] |
Downloading the Source Code
----------------------