From 2c7c667576e0566220b0b8ae6bf317a895d5b311 Mon Sep 17 00:00:00 2001 From: Brandon Carter Date: Thu, 16 Nov 2017 19:34:31 -0500 Subject: change make directory command in readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0bc2d13..db0dd58 100644 --- a/README.rst +++ b/README.rst @@ -51,7 +51,7 @@ To build and install, we recommend to use Meson_ (version 0.38 or newer) and Ninja_. After extracting the sshfs 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.3