You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -186,15 +186,14 @@ Such persisted Access Key can be over-ridden by running ```bito -k <access-key>`
186
186
1. Before using homebrew, please make sure that you uninstall any previously installed versions of Bito CLI using the uninstall script provided [here](https://github.com/gitbito/CLI#uninstalling-bito-cli).
187
187
2. Once above is done then you can use following commands to install Bito CLI using homebrew:
188
188
- First tap the CLI repo using ```brew tap gitbito/bitocli```, this should be a one time action and not required every time.
189
-
- Now you can install Bito CLI depending upon your system architecture using:
190
-
-```brew install bito-macos-arm``` for arm based architecture
191
-
-```brew install bito-macos-x86``` for x86 based architecture
189
+
- Now you can install Bito CLI using following command:
190
+
-```brew install bito-cli``` - this should install Bito CLI based upon your machine architecture.
192
191
- To update Bito CLI to the latest version, use following commands:
193
-
-```brew upgrade bito-macos-arm``` for arm based architecture
194
-
-```brew upgrade bito-macos-x86``` for x86 based architecture
192
+
- Please make sure you always do ```brew update``` before upgrading to avoid any errors.
193
+
-```brew update``` - this will update all the required packages before upgrading.
194
+
-```brew upgrade bito-cli``` - once above is done, this will update Bito CLI to the latest version.
195
195
- To uninstall Bito CLI you can either use the uninstall command from [here](https://github.com/gitbito/CLI#uninstalling-bito-cli) or use following commands:
196
-
-```brew uninstall bito-macos-arm``` for arm based architecture
197
-
-```brew uninstall bito-macos-x86``` for x86 based architecture
196
+
-```brew uninstall bito-cli``` - this should uninstall Bito CLI completely from your system.
0 commit comments