From 33ed8b6f4f18b007b84ab0d06bad9a1b868b7501 Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Mon, 16 Nov 2015 09:02:51 +0000 Subject: [PATCH] Fixed typo. --- src/install/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install/install.rst b/src/install/install.rst index a48d6648..aec0ef47 100644 --- a/src/install/install.rst +++ b/src/install/install.rst @@ -116,7 +116,7 @@ or build re2c with `mingw `_: .. code-block:: bash - $ ../configure --host i686-w64-mingw32 [--prefix=] + $ ./configure --host i686-w64-mingw32 [--prefix=] $ make $ make install -- 2.40.0