Merge pull request #844 from PowerShell/ealexjordan-patch-1

Update linux.md
This commit is contained in:
Andy Schwartzmeyer 2016-04-14 08:57:24 -07:00
commit ff4bc02781

View file

@ -27,7 +27,7 @@ We use the [.NET Command Line Interface][dotnet-cli] (`dotnet`) to
build the managed components, and [CMake][] to build the native
components. Install the following packages for the toolchain:
- `dotnet`
- `dotnet`: Must be installed from the `Start-PSBootstrap` module as described below.
- `cmake`
- `make`
- `g++`