mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-11 07:44:04 +08:00
19
.github/tap-release.yml
vendored
Normal file
19
.github/tap-release.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
asset: DevHub-$STABLE_VERSION_NUMBER.dmg
|
||||
tap: devhubapp/homebrew-devhub/devhub.rb
|
||||
template: >
|
||||
class App < Formula
|
||||
app "DevHub.app"
|
||||
name "DevHub"
|
||||
desc "$REPO_DESCRIPTION"
|
||||
homepage "$REPO_WEBITE"
|
||||
version "$STABLE_VERSION"
|
||||
url "$STABLE_ASSET_URL"
|
||||
sha256 "$STABLE_ASSET_SHA256"
|
||||
|
||||
appcast "https://github.com/devhubapp/devhub/releases.atom"
|
||||
auto_updates true
|
||||
|
||||
def install
|
||||
prefix.install "devhub"
|
||||
end
|
||||
end
|
||||
21
README.md
21
README.md
@@ -19,14 +19,22 @@
|
||||
<img alt="DevHub Mobile - Event Filters" height="460" src="https://user-images.githubusercontent.com/619186/52172530-5cdb6c00-2758-11e9-86cf-291a30c37c96.png" />
|
||||
</p>
|
||||
|
||||
## Installation on macOS using Homebrew
|
||||
<br/>
|
||||
|
||||
Devhub can be installed on macOS using Homebrew using the following commands:
|
||||
## Download links
|
||||
|
||||
```bash
|
||||
brew tap devhubapp/devhub
|
||||
brew cask install devhub
|
||||
```
|
||||
- Web: [devhubapp.com](https://devhubapp.com/)
|
||||
- Android: [Play Store](https://play.google.com/store/apps/details?id=com.devhubapp&utm_source=github_repo_link)
|
||||
- iOS: [App Store](https://itunes.apple.com/us/app/devhub-for-github/id1191864199?l=en&mt=8&utm_source=github_repo_link)
|
||||
- Desktop:
|
||||
- [GitHub Releases](https://github.com/devhubapp/devhub/releases)
|
||||
- Homebrew (macOS):
|
||||
```
|
||||
brew tap devhubapp/devhub
|
||||
brew cask install devhub
|
||||
```
|
||||
|
||||
<br/>
|
||||
|
||||
## Why
|
||||
|
||||
@@ -165,6 +173,7 @@ Alternatively, you can contribute using Gitpod, a free online dev environment fo
|
||||
> When using a third party service, your tokens may be less secured.
|
||||
<br/>
|
||||
|
||||
|
||||
## Author
|
||||
|
||||
Follow me on Twitter: [@brunolemos](https://twitter.com/brunolemos)<br/>
|
||||
|
||||
Reference in New Issue
Block a user