README: revisit README to fix typos and so on

This patch fixes typos and enhance description.

Suggested-by: Rob Maris <rob@maris-ee.eu>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
Jaegeuk Kim 2016-11-14 16:31:38 -08:00
parent f407393385
commit bb91228318

7
README
View File

@ -7,7 +7,7 @@ with this utilility. Otherwise, you cannot mount f2fs.
Before compilation
------------------
Your should install the following packages.
You should install the following packages.
- libuuid-devel or uuid-dev
- pkg-config
- autoconf
@ -19,13 +19,14 @@ Initial compilation
Before compilation initially, autoconf/automake tools should be run.
# autoreconf --install
# ./autogen.sh
How to compile
--------------
# ./configure
# make
# make install
How to cross-compile (e.g., for ARM)
------------------------------------
@ -44,6 +45,6 @@ How to cross-compile (e.g., for ARM)
How to run by default
---------------------
$ ./mkfs.f2fs -l [LABEL] $DEV
$ mkfs.f2fs -l [LABEL] $DEV
For more mkfs options, see man page.