Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

# profiling/coverage garbage
*.profraw
*.rb

# misc
tmp/
tags
.code
tarts.txt
code.txt
.DS_Store
.amc.toml
.direnv

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ providing stunning visual effects.

## 🚀 Installation

Install via Homebrew (macOS):

```bash
brew tap oiwn/tap && brew install tarts
```

Install directly using cargo:

```bash
Expand Down
35 changes: 0 additions & 35 deletions homebrew-formula-template.rb

This file was deleted.