From 73dbefa627aeaf0b36d3714ed63ddae3aa954c7e Mon Sep 17 00:00:00 2001 From: Emmanouil Konstantinidis Date: Sun, 26 Apr 2020 12:06:51 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 11c8db1a6..0eae506c5 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,18 @@ # Gitify [![github][github-image]][github-url] [![codecov][codecov-image]][codecov-url] [![downloads][downloads-image]][downloads-url] -> The mobile app has been deprecated in favor of the official GitHub mobile app that is coming out [soon](https://github.com/mobile). +> GitHub Notifications on your menu bar. Available on macOS, Windows and Linux. Gitify Mobile has been deprecated in favor of the official [GitHub mobile app](https://github.com/mobile). ![Gitify](assets/images/press.png) ### Download -You can download Gitify for **free** from either the website [www.gitify.io](https://www.gitify.io/) or from the GitHub repository [releases](https://github.com/manosim/gitify/releases) page. - -You can also install Gitify via [Homebrew Cask](http://brew.sh/) +You can download Gitify for **free** from the website [www.gitify.io](https://www.gitify.io/) or install it via [Homebrew Cask](http://brew.sh/) ```shell brew cask install gitify ``` -Gitify currently only supports mac OS. +Gitify supports macOS, Windows and Linux. ### Prerequisites From 7e15a6d9dd37ecc11da626f1fb12ad78cf0374a0 Mon Sep 17 00:00:00 2001 From: Emmanouil Konstantinidis Date: Sun, 26 Apr 2020 12:12:42 +0100 Subject: [PATCH 2/2] Improve README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0eae506c5..62e2fca18 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Gitify [![github][github-image]][github-url] [![codecov][codecov-image]][codecov-url] [![downloads][downloads-image]][downloads-url] -> GitHub Notifications on your menu bar. Available on macOS, Windows and Linux. Gitify Mobile has been deprecated in favor of the official [GitHub mobile app](https://github.com/mobile). +> GitHub Notifications on your menu bar. Available on macOS, Windows and Linux. Gitify Mobile has been deprecated in favour of the official [GitHub mobile app](https://github.com/mobile). ![Gitify](assets/images/press.png) ### Download -You can download Gitify for **free** from the website [www.gitify.io](https://www.gitify.io/) or install it via [Homebrew Cask](http://brew.sh/) +You can download Gitify for **free** from the website [www.gitify.io](https://www.gitify.io/) or install it via [Homebrew Cask](http://brew.sh/). ```shell brew cask install gitify @@ -29,7 +29,7 @@ Gitify supports macOS, Windows and Linux. ### Development -Optional: If you want you use your own OAuth credentials, you can do so by passing them as environment variables when bundling the app. This is optional as the app has some default "development" keys (use at your own discretion). +Optional: If you prefer to use your own OAuth credentials, you can do so by passing them as environment variables when bundling the app. This is optional as the app has some default "development" keys (use at your own discretion). OAUTH_CLIENT_ID="123" OAUTH_CLIENT_SECRET="456789" yarn build @@ -74,7 +74,7 @@ To check if Gitify is approved by your organisation you can go to https://github #### Something looks wrong - How can I debug? -Since version `1.1.0` you can now debug Gitify by pressing `alt+cmd+I`. This will open the devtools and then you can see any logs, network requests etc. +You can debug Gitify by pressing alt + command + I. This will open the dev tools and then you can see any logs, network requests etc. ### Contributing