From bb89238bf2ab17dcd6dea879b7502b492c44e2c7 Mon Sep 17 00:00:00 2001 From: Chaoqi Zhang Date: Sun, 20 Mar 2022 13:21:20 +0800 Subject: [PATCH] Revert "doc: update readme (#5898)" This reverts commit 313b87f3c68f849b1747e0f6eb5cf89ff8e8c9b5. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 44e643662a0..4849c33d818 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 ```