Skip to content

Commit ac23ba1

Browse files
committed
Merge branch 'readMeForBrew' of https://github.com/gitbito/CLI into release-3.6
2 parents 4a30881 + 3c24ac0 commit ac23ba1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,19 @@ 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 using following command:
190+
- ```brew install bito-cli``` - this should install Bito CLI based upon your machine architecture.
191+
- To update Bito CLI to the latest version, use following commands:
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+
- 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-cli``` - this should uninstall Bito CLI completely from your system.
197+
185198
## License ##
186199

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

0 commit comments

Comments
 (0)