From: Nikolaus Rath Date: Tue, 12 Sep 2017 13:01:04 +0000 (+0100) Subject: Use "mkdir" instead of "md" in instructions. X-Git-Tag: fuse-3.2.0~2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d41f62ccbcab8720ffab35cf286d0e7ce20c9e8c;p=qemu-gpiodev%2Flibfuse.git Use "mkdir" instead of "md" in instructions. Fixes: #205. --- diff --git a/README.md b/README.md index e9fa83f..5b0c3b4 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ recommend to use [Meson](http://mesonbuild.com/) (version 0.38 or newer) and [Ninja](https://ninja-build.org). After extracting the libfuse tarball, create a (temporary) build directory and run Meson: - $ md build; cd build + $ mkdir build; cd build $ meson .. Normally, the default build options will work fine. If you