Skip to content

Commit d728863

Browse files
Oleg KoshovetsTotktonada
authored andcommitted
documentation: fix installation section in README
The previous version of installation instructions in README were a bit incorrect resulting in inconvinient error message on trying to build the module. Even though the error was not that hard to spot it ruined the experience when you can just copy and paste installation instructions from README and get everything working
1 parent 2d6d7fe commit d728863

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ Clone this repository and then build it using CMake:
2626

2727
``` bash
2828
git clone https://github.com/tarantool/memcached.git
29-
cd memcached && git submodule update --init --recursive
30-
cd memcached && cmake . -DCMAKE_BUILD_TYPE=RelWithDebugInfo -DCMAKE_INSTALL_PREFIX=/usr
29+
cd memcached
30+
git submodule update --init --recursive
31+
cmake . -DCMAKE_BUILD_TYPE=RelWithDebugInfo -DCMAKE_INSTALL_PREFIX=/usr
3132
make
3233
make install
3334
```

0 commit comments

Comments
 (0)