Skip to content

Commit 8af63d2

Browse files
committed
Add macOS + iphone example
1 parent b70eac0 commit 8af63d2

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222

2323
*Image when recieving a notification on a mobilephone using ntfy*
2424

25-
<img width="324" height="318" src="static/images/via_ntfy_sample.png">
25+
<img width="324" height="318" src="static/images/pushover_android_example.png">
26+
<img width="324" src="static/images/pushover_iphone_example.jpeg">
2627

2728
## Quick demos and tutorials :notebook:
2829

@@ -131,14 +132,16 @@ Install `ntfy`.
131132
```console
132133
$ pip install ntfy
133134
```
134-
To configure ntfy, please check out [the ntfy official configuration docs](https://ntfy.readthedocs.io/en/latest/#configuring-ntfy)
135+
You can find configuration instructions for different operating systems in [the ntfy official configuration docs](https://ntfy.readthedocs.io/en/latest/#configuring-ntfy)
135136

136-
For example, if your OS is Linux and you want to select `pushover` for the backend, set configuration as follows.
137+
For example, if you want to get notifications via the [Pushover mobile app](https://pushover.net/), make sure to create the configuration file in the right location and select `pushover` for the backend.
137138

138139
```console
139-
$ vim ~/.config/ntfy/ntfy.yml
140+
$ vim ~/.config/ntfy/ntfy.yml # Linux
141+
$ vim ~/Library/Application Support/ntfy/ntfy.yml # macOS
140142
```
141143

144+
**Note:** You'll need to first install the Pushover mobile app and create an account to generate your user key.
142145
```yaml
143146
backends:
144147
- pushover
File renamed without changes.
247 KB
Loading

0 commit comments

Comments
 (0)