From 3439d2407bacb786bdad170ecb4a3d6987cbc394 Mon Sep 17 00:00:00 2001 From: Chaoqi Zhang Date: Mon, 21 Mar 2022 02:21:11 +0800 Subject: [PATCH] Revert "doc: update readme (#5898)" (#5905) This reverts commit 313b87f3c68f849b1747e0f6eb5cf89ff8e8c9b5. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 44e643662..4849c33d8 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ python scripts/mk_make.py -x then: ```bash -mkdir build && cd build +cd build nmake ``` @@ -54,7 +54,7 @@ Execute: ```bash python scripts/mk_make.py -mkdir build && cd build +cd build make sudo make install ``` @@ -86,7 +86,7 @@ the ``--prefix=`` command line option to change the install prefix. For example: ```bash python scripts/mk_make.py --prefix=/home/leo -mkdir build && cd build +cd build make make install ```