Update Readme for missing docker flag
Former-commit-id: 2ce5f1b944ee1e7315e1b180439de632d0bfec71
This commit is contained in:
parent
764ecec65b
commit
bc9aaa4abe
@ -211,12 +211,12 @@ Run the following commands for a full source download and build:
|
|||||||
|
|
||||||
```
|
```
|
||||||
git clone git@github.com:JohnSully/KeyDB.git
|
git clone git@github.com:JohnSully/KeyDB.git
|
||||||
docker run -it --rm `pwd`/KeyDB:/build -w /build devopsdood/keydb-builder make
|
docker run -it --rm -v `pwd`/KeyDB:/build -w /build devopsdood/keydb-builder make
|
||||||
```
|
```
|
||||||
|
|
||||||
Then you have fresh binaries built, you can also pass any other options to the make command above after the word make. E.g.
|
Then you have fresh binaries built, you can also pass any other options to the make command above after the word make. E.g.
|
||||||
|
|
||||||
```docker run -it --rm `pwd`/KeyDB:/build -w /build devopsdood/keydb-builder make MAllOC=memkind```
|
```docker run -it --rm -v `pwd`/KeyDB:/build -w /build devopsdood/keydb-builder make MAllOC=memkind```
|
||||||
|
|
||||||
The above commands will build you binaries in the src directory. Standard `make install` without Docker command will work after if you wish to install
|
The above commands will build you binaries in the src directory. Standard `make install` without Docker command will work after if you wish to install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user