Skip to content

Commit

Permalink
Fix incorrect command in getting started (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
mheguy-stingray authored Jun 5, 2023
1 parent 2b450b5 commit 87d3a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The command to start Redis with Docker depends on the image you've chosen to use

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:

$ poetry install redis-om
$ poetry add redis-om

If you're using Pipenv, the command is:

Expand Down

0 comments on commit 87d3a08

Please sign in to comment.