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
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,20 @@ Such persisted Access Key can be over-ridden by running ```bito -k <access-key>`
182
182
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)).
183
183
2. IF you are on Windows 11 then you shouldn't encounter any such issues.
184
184
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
+
185
199
## License ##
186
200
187
201
Copyright (C) 2021, Bito Inc - All Rights Reserved
0 commit comments