-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from yukihirop/issue24/support_homebrew
Allow homebrew to be town loaded
- Loading branch information
Showing
3 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ So the specifications are exactly the same as ruby `foreman`. | |
|
||
## 🦀 Installation | ||
|
||
Download binary | ||
### Download binary | ||
|
||
Download from [release page](https://github.com/yukihirop/ultraman/releases), and extract to the directory in PATH. | ||
|
||
|
@@ -24,6 +24,13 @@ git clone [email protected]:yukihirop/ultraman.git && cd ultraman | |
make install_man | ||
``` | ||
|
||
### Homebrew | ||
|
||
```bash | ||
brew tap yukihirop/homebrew-tap | ||
brew install ultraman | ||
``` | ||
|
||
## 💻 Command | ||
|
||
``` | ||
|