We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea9bcb commit 8dcdc5aCopy full SHA for 8dcdc5a
README.md
@@ -12,20 +12,6 @@ full-text search, and geo-spatial search.
12
## Getting started ##
13
14
### Installation ###
15
-
16
-For now RedisVL isn't available at packagist.org, but you can still install it via Composer by specifying [GitHub
17
-repository](https://github.com/RedisVentures/redis-vector-php) in your composer.json file.
18
19
-```shell
20
-{
21
- "repositories": [
22
- {
23
- "type": "github",
24
- "url": "https://github.com/RedisVentures/redis-vector-php.git"
25
- }
26
- ]
27
-}
28
-```
29
```shell
30
composer install redis-ventures/redisvl
31
```
0 commit comments