Skip to content

Commit

Permalink
Readme: update README.markdown with install
Browse files Browse the repository at this point in the history
  • Loading branch information
lianglli authored Jul 20, 2023
1 parent a7081f5 commit b67fdaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b67fdaa

Please sign in to comment.