1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-12-23 02:02:33 +01:00
ntfy/docs
Allan f74f1b718f Use /usr/local/bin instead of /usr/bin
This commit makes the placement of binaries consistent on Linux.
ntfy currently recommends /usr/local/bin for amd64 Linux but not for arm Linux.

- replaced all instances of `/usr/bin/ntfy` with
`/usr/local/bin/ntfy`
- replaced two instances of `/usr/bin` with `/usr/local/bin`
    - in Dockerfile and Dockerfile-arm, the line is changed to `COPY ntfy /usr/local/bin`
2024-10-11 10:53:11 -04:00
..
_overrides Update banner in docs 2023-04-29 13:09:25 -04:00
static
subscribe Fix typo in cli.md ("subscibe" → "subscribe") 2024-08-25 22:19:05 -07:00
config.md Docs, fix lint 2024-09-29 13:20:36 -04:00
deprecations.md
develop.md Use /usr/local/bin instead of /usr/bin 2024-10-11 10:53:11 -04:00
emojis.md
examples.md Use /usr/local/bin instead of /usr/bin 2024-10-11 10:53:11 -04:00
faq.md
hooks.py
index.md feat: add app store reference 2024-07-12 14:44:30 +05:30
install.md Use /usr/local/bin instead of /usr/bin 2024-10-11 10:53:11 -04:00
integrations.md Merge pull request #1122 from stendler/docs 2024-09-29 13:19:21 -04:00
known-issues.md
privacy.md
publish.md Docs 2024-09-29 13:12:51 -04:00
releases.md Docs, fix lint 2024-09-29 13:20:36 -04:00
troubleshooting.md