File tree 1 file changed +3
-3
lines changed
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
33
33
* v2.3.2 - production ready.
34
34
* v2.3.2 - Production ready.
35
35
* v2.3.7 - Production ready.
36
- * v2.4.0-beta - Stable, Beta.
36
+ * v2.4.0-beta - Beta.
37
37
38
38
## Content
39
39
----------
@@ -67,14 +67,14 @@ Tarantool - https://hub.docker.com/r/tarantool/tarantool
67
67
## Compilation and install
68
68
--------------------------
69
69
70
- ### Build from source
70
+ ### Build from source (Development version)
71
71
``` bash
72
72
git clone https://github.com/tarantool/nginx_upstream_module.git nginx_upstream_module
73
73
cd nginx_upstream_module
74
74
git submodule update --init --recursive
75
75
git clone https://github.com/nginx/nginx.git nginx
76
76
sudo 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
78
78
```
79
79
[ Back to content] ( #content )
80
80
You can’t perform that action at this time.
0 commit comments