summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2010-09-15 09:05:34 -0700
committerBrian Behlendorf <[email protected]>2010-09-15 09:05:34 -0700
commitd5fcc5f51c9c3f65db5d521c53b696c074b92247 (patch)
tree24f47d772532f58ada5802247b8608404d22da52 /README.markdown
parent4bc4f6d854ed783dcd40d4dc95f3f862ba063774 (diff)
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
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files 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: <http://zfsonlinux.org>