From: Brian Behlendorf Date: Wed, 15 Sep 2010 16:05:34 +0000 (-0700) Subject: Fix markdown rendering X-Git-Tag: zfs-0.8.0-rc1~152^2~529 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5fcc5f51c9c3f65db5d521c53b696c074b92247;p=zfs Fix markdown rendering These two lines were being rendered incorrectly on the GitHub site. To fix the issue there needs to be leading whitespace before each line to ensure each command is rendered on its own line. $ ./configure $ make pkg --- diff --git a/README.markdown b/README.markdown index 60154f784..e0d8f76b6 100644 --- a/README.markdown +++ b/README.markdown @@ -8,8 +8,8 @@ primitives. To build packages for your distribution: -$ ./configure -$ make pkg + $ ./configure + $ make pkg Full documentation for building, configuring, and using the SPL can be found at: