File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments