https://github.com/IppClub/homebrew-tap
https://github.com/IppClub/homebrew-tap
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/IppClub/homebrew-tap
- Owner: IppClub
- Created: 2023-05-10T07:04:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T14:59:23.000Z (over 1 year ago)
- Last Synced: 2024-11-12T15:40:45.455Z (over 1 year ago)
- Language: Ruby
- Size: 74.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-tap
Homebrew tap for IppClub softwares.
## Dora SSR
For [Dora SSR](https://github.com/IppClub/Dora-SSR) game engine.
* Casks
```
dora-ssr
```
* Installing
```
brew tap ippclub/tap
brew install --cask dora-ssr
```
Or
```
brew install --cask ippclub/tap/dora-ssr
```
* Uninstalling
```
brew uninstall --cask dora-ssr
brew untap ippclub/tap
```