https://github.com/gitbito/homebrew-bitocli
https://github.com/gitbito/homebrew-bitocli
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitbito/homebrew-bitocli
- Owner: gitbito
- License: other
- Created: 2023-09-18T12:47:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-23T06:16:22.000Z (about 1 year ago)
- Last Synced: 2025-04-23T07:24:56.320Z (about 1 year ago)
- Language: Ruby
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Bito CLI
This is the official repository or tap for Bito CLI to support installation via homebrew.
### Using Homebrew for Bito CLI:
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).
2. Once above is done then you can use following commands to install Bito CLI using homebrew:
- First tap the CLI repo using ```brew tap gitbito/bitocli```, this should be a one time action and not required every time.
- Now you can install Bito CLI using following command:
- ```brew install bito-cli``` - this should install Bito CLI based upon your machine architecture.
- To update Bito CLI to the latest version, use following commands:
- Please make sure you always do ```brew update``` before upgrading to avoid any errors.
- ```brew update``` - this will update all the required packages before upgrading.
- ```brew upgrade bito-cli``` - once above is done, this will update Bito CLI to the latest version.
- 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:
- ```brew uninstall bito-cli``` - this should uninstall Bito CLI completely from your system.
## License ##
Copyright (C) 2021, Bito Inc - All Rights Reserved