From 7792dd23384aa7b00761df51d8011fe24fa33143 Mon Sep 17 00:00:00 2001 From: ArtemIsmagilov <118372045+ArtemIsmagilov@users.noreply.github.com> Date: Mon, 15 Jul 2024 13:18:28 +0400 Subject: [PATCH] Fix a typo in the README file (#192) Fix a typo in the README file --- 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 ```