From d5fcc5f51c9c3f65db5d521c53b696c074b92247 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Wed, 15 Sep 2010 09:05:34 -0700 Subject: [PATCH] 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 --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: