From e48f37753fa2a122172c91130897b4923d2fde27 Mon Sep 17 00:00:00 2001 From: Patrick Lambert Date: Wed, 29 Apr 2015 22:16:08 -0400 Subject: [PATCH] Fixing weird markdown parsing bug Commit migrated from https://github.com/dotnet/coreclr/commit/e35b109aa1ac05f71f0b932f45287540c01cc420 --- docs/coreclr/get-dotnetcore-dnx-linux.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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