diff --git a/docs/coreclr/get-dotnetcore-dnx-linux.md b/docs/coreclr/get-dotnetcore-dnx-linux.md index 85a17c75ed3..c595ce4c690 100644 --- a/docs/coreclr/get-dotnetcore-dnx-linux.md +++ b/docs/coreclr/get-dotnetcore-dnx-linux.md @@ -17,11 +17,7 @@ These instructions are written assuming the Ubuntu 14.04 LTS, since that's the d Packages -------- -Install the following packages: - -- libssl-dev -- libunwind8 -- unzip +Install the `libunwind8`, `libssl-dev` and `unzip` packages: sudo apt-get install libunwind8 libssl-dev unzip