Skip to content

Commit 2be202d

Browse files
committed
Merged
2 parents 2ca3f6e + c582dac commit 2be202d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff 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
7272
git clone https://github.com/tarantool/nginx_upstream_module.git nginx_upstream_module
7373
cd nginx_upstream_module
7474
git submodule update --init --recursive
7575
git clone https://github.com/nginx/nginx.git nginx
7676
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
7878
```
7979
[Back to content](#content)
8080

0 commit comments

Comments
 (0)