Skip to content

Commit 8b8c4ab

Browse files
authored
Merge pull request #98 from bmansheim/patch-1
Style and formatting changes on index
2 parents 5ff3bbd + f8454c2 commit 8b8c4ab

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
@@ -48,7 +48,7 @@ bash get_deps.sh
4848

4949
```
5050

51-
Once the dependencies are downloaded, build the module itself. Note that
51+
After the dependencies are downloaded, build the module itself. Note that
5252
CMake 3.0 or higher is required.
5353

5454
```sh
@@ -60,15 +60,16 @@ cd ..
6060
```
6161

6262
## Start
63-
You will need a redis-server version 4.0.9 or greater. This should be
64-
available in most recent distributions:
63+
64+
You must have a redis-server version 4.0.9 or greater, available in most recent distributions:
6565

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

71-
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:
71+
To start redis with the RedisAI module loaded, you need to make sure the dependencies can be found by redis.
72+
One example of how to do this on Linux is:
7273

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

0 commit comments

Comments
 (0)