Skip to content

Commit f0a7757

Browse files
committed
2 parents 107e780 + 67d1610 commit f0a7757

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ Tarantool - https://hub.docker.com/r/tarantool/tarantool
5656
--------------------------
5757

5858
### Build from source
59-
60-
$ git clone https://github.com/tarantool/nginx_upstream_module.git nginx_upstream_module
61-
$ cd nginx_upstream_module
62-
$ git submodule update --init --recursive
63-
$ git clone https://github.com/nginx/nginx.git nginx
64-
$ sudo apt-get install libpcre-dev zlib1-dev # install dependencies to build nginx
65-
$ make build-all # or 'build-all-debug' for debug version
66-
59+
```bash
60+
git clone https://github.com/tarantool/nginx_upstream_module.git nginx_upstream_module
61+
cd nginx_upstream_module
62+
git submodule update --init --recursive
63+
git clone https://github.com/nginx/nginx.git nginx
64+
sudo apt-get install libpcre-dev zlib1-dev # install dependencies to build nginx
65+
make build-all # or 'build-all-debug' for debug version
66+
```
6767
[Back to content](#content)
6868

6969
### Build module via nginx 'configure'

0 commit comments

Comments
 (0)