https://github.com/memrynote/homebrew-tap
Homebrew tap for Memrynote
https://github.com/memrynote/homebrew-tap
Last synced: 6 days ago
JSON representation
Homebrew tap for Memrynote
- Host: GitHub
- URL: https://github.com/memrynote/homebrew-tap
- Owner: memrynote
- Created: 2026-05-19T12:20:10.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-07-01T22:32:57.000Z (9 days ago)
- Last Synced: 2026-07-01T23:11:08.345Z (9 days ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memrynote Tap
## Install Memry
```sh
brew install --cask memrynote/tap/memry
```
Or:
```sh
brew tap memrynote/tap
brew install --cask memry
```
Or, in a `brew bundle` `Brewfile`:
```ruby
tap "memrynote/tap"
cask "memry"
```
## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).