From 4c9e2419a621063c2df916cebae27ba766573fc4 Mon Sep 17 00:00:00 2001 From: ArtemIsmagilov <118372045+ArtemIsmagilov@users.noreply.github.com> Date: Sat, 13 Jul 2024 12:29:42 +0400 Subject: [PATCH] Fix small mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1832c19..6729c1b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ pip install hiredis Building this repository requires a recursive checkout of submodules, and building hiredis. The following example shows how to clone, compile, and run tests. Please note - you will need the gcc installed. ```bash -git clone --recursse-submodules https://github.com/redis/hiredis-py +git clone --recurse-submodules https://github.com/redis/hiredis-py python setup.py build_ext --inplace python -m pytest ```