]> granicus.if.org Git - zfs/commitdiff
Fix markdown rendering
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 15 Sep 2010 16:05:34 +0000 (09:05 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 15 Sep 2010 16:05:34 +0000 (09:05 -0700)
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

index 60154f7841dfcbcfcdc972130dbd4619132c44e9..e0d8f76b67e9b8e0777739b2e5d3b45374a74c0b 100644 (file)
@@ -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>