diff --git a/README.md b/README.md index 14cef36b8c..3385858fbf 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,8 @@ your odds of success if you check out the before proceeding: ```bash -$ git checkout v0.10.0 +$ TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) +$ git checkout $TAG ``` Configuration Setup