diff --git a/README.md b/README.md
index e9aa893d5dbfaeadcbe850c03d078bbf31537e87..40f4655261e1714828108de7a02c8020ce61ca83 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,7 @@ A simple way to ensure you get all the correct version of Ansible is to use the
 You will then need to use [bind mounts](https://docs.docker.com/storage/bind-mounts/) to get the inventory and ssh key into the container, like this:
 
 ```ShellSession
+git checkout v2.20.0
 docker pull quay.io/kubespray/kubespray:v2.20.0
 docker run --rm -it --mount type=bind,source="$(pwd)"/inventory/sample,dst=/inventory \
   --mount type=bind,source="${HOME}"/.ssh/id_rsa,dst=/root/.ssh/id_rsa \