From f462410b3cd94935e06692f5d4c16833706c801e Mon Sep 17 00:00:00 2001 From: Eric Freese Date: Wed, 6 Dec 2017 08:21:27 -0700 Subject: [PATCH] Add zsh version requirements to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8aedb31..6a6ae1e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ It suggests commands as you type, based on command history. ## Installation +Requirements: Zsh v4.3.11 or later + ### Manual 1. Clone this repository somewhere on your machine. This guide will assume `~/.zsh/zsh-autosuggestions`.