From d41f62ccbcab8720ffab35cf286d0e7ce20c9e8c Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Tue, 12 Sep 2017 14:01:04 +0100 Subject: Use "mkdir" instead of "md" in instructions. Fixes: #205. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.1