1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 01:50:53 +09:00

Merge pull request dotnet/coreclr#880 from dendory/patch-1

Fixing weird markdown parsing bug

Commit migrated from 39c5df949f
This commit is contained in:
Rich Lander 2015-04-29 23:24:06 -07:00
commit c27ee95221

View file

@ -17,11 +17,7 @@ These instructions are written assuming the Ubuntu 14.04 LTS, since that's the d
Packages Packages
-------- --------
Install the following packages: Install the `libunwind8`, `libssl-dev` and `unzip` packages:
- libssl-dev
- libunwind8
- unzip
sudo apt-get install libunwind8 libssl-dev unzip sudo apt-get install libunwind8 libssl-dev unzip