From d7b1eb6097c9df6b7fe6a39170111e3146413707 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Fri, 2 Feb 2024 12:27:23 -0800 Subject: [PATCH] add upgrade docs to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0a53bff..817c0a4 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,14 @@ make sudo make install ``` +## Upgrade + +If you're using macOS and you previously installed the CLI with Homebrew, run the following: + +```console +brew upgrade replicate +``` + ## Usage Grab your API token from [replicate.com/account](https://replicate.com/account)