initial commit
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal 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).
|
||||
Reference in New Issue
Block a user