Skip to content

Commit 3c24ac0

Browse files
committed
updated Readme
1 parent 26f1a3f commit 3c24ac0

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -186,15 +186,14 @@ Such persisted Access Key can be over-ridden by running ```bito -k <access-key>`
186186
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).
187187
2. Once above is done then you can use following commands to install Bito CLI using homebrew:
188188
- 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.
192191
- 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.
195195
- 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.
198197

199198
## License ##
200199

0 commit comments

Comments
 (0)