File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Tarantool - https://hub.docker.com/r/tarantool/tarantool
3333* v2.3.2 - production ready.
3434* v2.3.2 - Production ready.
3535* v2.3.7 - Production ready.
36- * v2.4.0-beta - Stable, Beta.
36+ * v2.4.0-beta - Beta.
3737
3838## Content
3939----------
@@ -67,14 +67,14 @@ Tarantool - https://hub.docker.com/r/tarantool/tarantool
6767## Compilation and install
6868--------------------------
6969
70- ### Build from source
70+ ### Build from source (Development version)
7171``` bash
7272git clone https://github.com/tarantool/nginx_upstream_module.git nginx_upstream_module
7373cd nginx_upstream_module
7474git submodule update --init --recursive
7575git clone https://github.com/nginx/nginx.git nginx
7676sudo apt-get install libpcre-dev zlib1-dev # install dependencies to build nginx
77- make build-all # or 'build-all-debug' for debug version
77+ make build-all
7878```
7979[ Back to content] ( #content )
8080
You can’t perform that action at this time.
0 commit comments