From 6ef951dcde7f17590631e72a415d0c5738e20cc9 Mon Sep 17 00:00:00 2001 From: mheguy-stingray <126018082+mheguy-stingray@users.noreply.github.com> Date: Sun, 21 May 2023 17:15:51 -0400 Subject: [PATCH] Fix incorrect command in getting started --- docs/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 87730b98..c9ada5dd 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -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: