From 9c55ff0fb022589a2085b850406ab172d4095632 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Tue, 28 Jun 2022 15:02:12 +0530 Subject: [PATCH] docs: upgrading documentation for Homebrew --- .../noco-docs/content/en/getting-started/upgrading.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/noco-docs/content/en/getting-started/upgrading.md b/packages/noco-docs/content/en/getting-started/upgrading.md index 485b8a8b6f..2bb13f52d1 100644 --- a/packages/noco-docs/content/en/getting-started/upgrading.md +++ b/packages/noco-docs/content/en/getting-started/upgrading.md @@ -97,3 +97,14 @@ In the "Automatic deploys" section, select "Enable Automatic Deploys": Head back to your forked nocodb-seed-heroku repo on your GitHub account. Edit one of your files and make a simple modification (example, add some random characters to the readme.md) and commit the change directly to the main branch. This will trigger the Heroku deployment. Your app should now be updated to the latest release of NocoDB. + +## Homebrew + +Run following commands to upgrade Homebrew Noocodb version. + +```bash +# Update the local homebrew formulas +brew update +# Upgrade nocodb package +brew upgrade nocodb +```