https://github.com/kanriapp/homebrew-cask
Homebrew cask for Kanri
https://github.com/kanriapp/homebrew-cask
Last synced: 5 months ago
JSON representation
Homebrew cask for Kanri
- Host: GitHub
- URL: https://github.com/kanriapp/homebrew-cask
- Owner: kanriapp
- License: mit
- Created: 2024-10-07T13:21:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-18T20:38:22.000Z (6 months ago)
- Last Synced: 2025-04-19T08:44:57.845Z (6 months ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

This repository contains the Homebrew cask for Kanri.
## Migration Notice
This cask has been moved from the old cask at [trobonox](https://github.com/trobonox/homebrew-cask). Please follow the instructions below to update your setup.
### Untap the Old Cask
If you have the old cask tapped, you need to untap it first:
```sh
brew untap trobonox/cask
```### Install the New Cask
To install the new cask from this repository, run:
```sh
brew install --no-quarantine kanriapp/cask/kanri
```### Apple Silicon Macs
For users on Apple Silicon Macs, you may need to run the following command to avoid potential issues (should not be needed when installing through homebrew):
```sh
xattr -cr /Applications/Kanri.app
```## Usage
Once installed, you can run Kanri from your Applications folder.
## Issues
If you encounter any issues, please open an issue in this repository.
## License
This project is licensed under the MIT License.
---
Would you like to make any changes or add more information?