Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/pages/install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ The response includes available commands and options for the {product}.
+
[source,shell]
----
brew install datastax/astra-cli/astra
brew install astra
----

. Run the `astra` command from any directory to verify successful installation:
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/uninstall.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -282,5 +282,5 @@ To complete the uninstallation, please use Homebrew to uninstall the Astra CLI b
+
[source,shell]
----
brew uninstall datastax/astra-cli/astra
brew uninstall astra
----
2 changes: 1 addition & 1 deletion modules/ROOT/pages/upgrade.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The response returns your {product} version.
+
[source,shell]
----
brew upgrade datastax/astra-cli/astra
brew upgrade astra
----

. Check the {product} version to verify that the upgrade was successful:
Expand Down