Skip to content

Commit 26f1a3f

Browse files
committed
added readme changes for homebrew documentation
1 parent 8a05532 commit 26f1a3f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,20 @@ Such persisted Access Key can be over-ridden by running ```bito -k <access-key>`
182182
1. Unicode characters (using other languages) might not be readily supported on command prompt if you are on Windows 10 or below. You can run command ```chcp 936``` in cmd prior to using bito to support unicode characters in Windows 10 or below (To undo the settings done here you can follow this [link](https://share.bito.co/static/share?aid=8e535e57-d57f-4e03-a692-cf81a98fa6d2)).
183183
2. IF you are on Windows 11 then you shouldn't encounter any such issues.
184184

185+
### Using Homebrew for Bito CLI:
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+
2. Once above is done then you can use following commands to install Bito CLI using homebrew:
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
192+
- 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
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
198+
185199
## License ##
186200

187201
Copyright (C) 2021, Bito Inc - All Rights Reserved

0 commit comments

Comments
 (0)