From 4cf5e80e6c85e99e3a2e4554f5b7580a31f72c82 Mon Sep 17 00:00:00 2001 From: kerrywei Date: Wed, 15 Dec 2021 17:18:49 -0500 Subject: [PATCH] update install guide to mention delay in Brew --- docs/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/install.md b/docs/install.md index fe9feb0be..797c9ad49 100644 --- a/docs/install.md +++ b/docs/install.md @@ -13,6 +13,8 @@ The Flow CLI can be installed on macOS, Windows (7 or greater) and most Linux sy brew install flow-cli ``` +Note: it could take up to one hour for a new version to be propagated to Brew. In case you want to use the latest version immediately, follow the [instrcutions](#from-a-pre-built-binary) in the section below. + ### From a pre-built binary _This installation method only works on x86-64._