You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> The mobile app has been deprecated in favor of the official GitHub mobile app that is coming out [soon](https://github.com/mobile).
3
+
> 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).
4
4
5
5

6
6
7
7
### Download
8
8
9
-
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.
10
-
11
-
You can also install Gitify via [Homebrew Cask](http://brew.sh/)
9
+
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/).
12
10
13
11
```shell
14
12
brew cask install gitify
15
13
```
16
14
17
-
Gitify currently only supports mac OS.
15
+
Gitify supports macOS, Windows and Linux.
18
16
19
17
### Prerequisites
20
18
@@ -31,7 +29,7 @@ Gitify currently only supports mac OS.
31
29
32
30
### Development
33
31
34
-
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).
32
+
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).
@@ -76,7 +74,7 @@ To check if Gitify is approved by your organisation you can go to https://github
76
74
77
75
#### Something looks wrong - How can I debug?
78
76
79
-
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.
77
+
You can debug Gitify by pressing <kbd>alt</kbd> + <kbd>command</kbd> + <kbd>I</kbd>. This will open the dev tools and then you can see any logs, network requests etc.
0 commit comments