Skip to content

Commit 8a87333

Browse files
authored
Add download link (#417)
1 parent 29e0538 commit 8a87333

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/quickstart.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ docker run -p 6379:6379 redisai/redisai:latest
1717
docker run -p 6379:6379 --gpus all -it --rm redisai/redisai:latest-gpu
1818
```
1919

20-
## Building and Running
20+
## Download
21+
22+
A pre-compiled version can be downloaded from [RedisLabs download center](https://redislabs.com/download-center/modules/).
23+
24+
## Building
2125
You can compile and build the module from its source code. The [Developer](developer.md) page has more information about the design and implementation of the RedisAI module and how to contribute.
2226

2327
### Prerequisites
@@ -59,7 +63,7 @@ Once the dependencies have been built, you can build the RedisAI module with:
5963
make -C opt build
6064
```
6165

62-
### Loading the Module
66+
## Loading the Module
6367
To load the module on the same server is was compiled on simply use the `--loadmodule` command line switch, the `loadmodule` configuration directive or the [Redis `MODULE LOAD` command](https://redis.io/commands/module-load) with the path to module's library.
6468

6569
For example, to load the module from the project's path with a server command line switch use the following:

0 commit comments

Comments
 (0)