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
This commit is contained in:
Brian Behlendorf 2010-09-15 09:05:34 -07:00
parent 4bc4f6d854
commit d5fcc5f51c

View 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>