Skip to content

Commit 87d3a08

Browse files
Fix incorrect command in getting started (#517)
1 parent 2b450b5 commit 87d3a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The command to start Redis with Docker depends on the image you've chosen to use
9191

9292
The recommended way to install Redis OM is with [Poetry](https://python-poetry.org/docs/). You can install Redis OM using Poetry with the following command:
9393

94-
$ poetry install redis-om
94+
$ poetry add redis-om
9595

9696
If you're using Pipenv, the command is:
9797

0 commit comments

Comments
 (0)