Skip to content

Commit c77ba79

Browse files
committed
Add submodule loading command in README
1 parent f8c4fd8 commit c77ba79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Memcached protocol 'wrapper' for tarantool.
77
### Prerequisites
88

99
* Tarantol 1.6.7+ with header files (tarantool && tarantool-dev packages).
10-
Use branch '1.6' on github or http://tarantool.org/dist/1.6
10+
Use branch '1.6' on github or http://tarantool.org/dist/1.6
1111
* Python >= 2.7, <3 with next packages (for testing only):
1212
- gevent
1313
- geventconnpool
@@ -21,6 +21,7 @@ Clone this repository and then build it using CMake:
2121

2222
``` bash
2323
git clone https://github.com/tarantool/memcached.git
24+
cd memcached && git submodule update --init --recursive
2425
cd memcached && cmake . -DCMAKE_BUILD_TYPE=RelWithDebugInfo
2526
make
2627
make install

0 commit comments

Comments
 (0)