Skip to content

Commit b4af77d

Browse files
Align with documentation (#363)
Signed-off-by: André Srinivasan <andre@redislabs.com>
1 parent 93625b1 commit b4af77d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ bash get_deps.sh
7373
```
7474

7575
Alternatively, run the following to only fetch the CPU-only backends even on GPU machines.
76+
7677
```sh
7778
bash get_deps.sh cpu
7879
```
@@ -81,11 +82,7 @@ Once the dependencies are downloaded, build the module itself. Note that
8182
CMake 3.0 or higher is required.
8283

8384
```sh
84-
mkdir build
85-
cd build
86-
cmake ..
87-
make && make install
88-
cd ..
85+
ALL=1 make -C opt clean build
8986
```
9087

9188
Note: in order to use the PyTorch backend on Linux, at least `gcc 4.9.2` is required.

0 commit comments

Comments
 (0)