Skip to content

Commit f8454c2

Browse files
author
Ben Mansheim
authored
Style and formatting changes
1 parent 31ee5d4 commit f8454c2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ bash get_deps.sh
4646

4747
```
4848

49-
Once the dependencies are downloaded, build the module itself. Note that
49+
After the dependencies are downloaded, build the module itself. Note that
5050
CMake 3.0 or higher is required.
5151

5252
```sh
@@ -58,15 +58,16 @@ cd ..
5858
```
5959

6060
## Start
61-
You will need a redis-server version 4.0.9 or greater. This should be
62-
available in most recent distributions:
61+
62+
You must have a redis-server version 4.0.9 or greater, available in most recent distributions:
6363

6464
```sh
6565
redis-server --version
6666
Redis server v=4.0.9 sha=00000000:0 malloc=libc bits=64 build=c49f4faf7c3c647a
6767
```
6868

69-
To start redis with the RedisAI module loaded, you need to make sure the dependencies can be found by redis. One example on how to do this on Linux is:
69+
To start redis with the RedisAI module loaded, you need to make sure the dependencies can be found by redis.
70+
One example of how to do this on Linux is:
7071

7172
```
7273
LD_LIBRARY_PATH=<PATH_TO>/deps/install/lib redis-server --loadmodule build/redisai.so

0 commit comments

Comments
 (0)