https://github.com/ippclub/homebrew-tap
The homebrew tap for IppClub softwares.
https://github.com/ippclub/homebrew-tap
Last synced: 12 months ago
JSON representation
The homebrew tap for IppClub softwares.
- 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: 2025-03-01T15:50:52.000Z (over 1 year ago)
- Last Synced: 2025-03-12T22:14:34.882Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 87.9 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
```