From b67fdaa6e491249c1afd93d1aed211d489d58019 Mon Sep 17 00:00:00 2001 From: Liang Date: Thu, 20 Jul 2023 21:24:13 +0800 Subject: [PATCH] Readme: update README.markdown with install --- README.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 8e13babb07..750c789447 100644 --- a/README.markdown +++ b/README.markdown @@ -52,9 +52,9 @@ Tengine can be downloaded at [http://tengine.taobao.org/download/tengine.tar.gz] To install Tengine, just follow these three steps: ```bash - $ ./configure - $ make - # make install +./configure +make +sudo make install ``` By default, it will be installed to _/usr/local/nginx_. You can use the __'--prefix'__ option to specify the root directory.