From 12a698a8941aede4dd58dba4ae3d5c3422632799 Mon Sep 17 00:00:00 2001 From: stackerzzq Date: Sat, 2 May 2020 11:35:09 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39ea0d6..1a3b407 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ there is a `cmake-configure` wrapper script to ease the transition to cmake. ```sh mkdir build cd build -../cmake-configure --prefix=/some/install/path +../cmake-configure --prefix /some/install/path make ```