1
0
mirror of synced 2025-12-19 18:14:56 -05:00

docs: Enhance abctl upgrade instructions for platforms (#70822)

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: ian.alton@airbyte.io <ian.alton@airbyte.io>
This commit is contained in:
devin-ai-integration[bot]
2025-12-09 11:50:34 -08:00
committed by GitHub
parent 0bc11b4942
commit 05f801e44a

View File

@@ -64,4 +64,12 @@ Run `abctl local install` to upgrade to the latest version of Airbyte. If you'd
### Upgrade abctl
Occasionally, you need to update `abctl` to the latest version. Do that by running `brew upgrade abctl`. This is separate from upgrading Airbyte. It only upgrades the command line tool.
Occasionally, you need to update `abctl` to the latest version. This is separate from upgrading Airbyte. It only upgrades the command line tool.
#### macOS
Run `brew upgrade abctl`.
#### Linux
Run `curl -LsfS https://get.airbyte.com | bash -`.