Skip to content

Commit

Permalink
Merge pull request #5 from moonrepo/readme_update
Browse files Browse the repository at this point in the history
updating readme
  • Loading branch information
jpoz authored Feb 14, 2023
2 parents a57764a + 7ac46db commit 086d73c
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Moonrepo Moon

## How do I install these formula?

`brew install moonrepo/moon/<formula>`

Or `brew tap moonrepo/moon` and then `brew install <formula>`.

## Documentation
```shell
brew tap moonrepo/tap
brew install moonrepo/tap/moon
```

`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).


## Development of moon homebrew formula:
Expand All @@ -30,8 +27,8 @@ cd $(brew --repository)/Library/Taps/moonrepo/homebrew-moon

```
cd $(brew --repository)/Library/Taps/moonrepo/homebrew-moon
brew install moonrepo/moon/moon --build-bottle
brew bottle moonrepo/moon/moon
brew install moonrepo/tap/moon --build-bottle
brew bottle moonrepo/tap/moon
```

#### Step 3: Merge base PR
Expand All @@ -47,3 +44,4 @@ Go to the release: https://github.com/moonrepo/homebrew-moon/releases and upload
Example PR: https://github.com/moonrepo/homebrew-moon/pull/2/files



0 comments on commit 086d73c

Please sign in to comment.