initial commit

This commit is contained in:
YuanHui
2025-03-11 10:53:34 +08:00
parent f12044f166
commit 149c3f9d9c
6 changed files with 123 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# Lostecho Local
## How do I install these formulae?
`brew install alsesa/homebrew-tap/<formula>`
Or `brew tap alsesa/homebrew-tap` and then `brew install <formula>`.
Or, in a [`brew bundle`](https://github.com/Homebrew/homebrew-bundle) `Brewfile`:
```ruby
tap "alsesa/homebrew-tap"
brew "<formula>"
```
## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).