mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Update homebrew references
Also, it's called "macOS" nowadays.
This commit is contained in:
parent
3be048be18
commit
7c2fed1ceb
1 changed files with 4 additions and 4 deletions
|
|
@ -7,15 +7,15 @@ Installation
|
||||||
OS/distro packages
|
OS/distro packages
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
The following packages are user-contributed and were up-to-date at the time of
|
The following packages are community-contributed and were up-to-date at the
|
||||||
writing:
|
time of writing:
|
||||||
|
|
||||||
- `ArchLinux <https://www.archlinux.org/packages/community/any/vdirsyncer/>`_
|
- `ArchLinux <https://www.archlinux.org/packages/community/any/vdirsyncer/>`_
|
||||||
- `Ubuntu and Debian, x86_64-only
|
- `Ubuntu and Debian, x86_64-only
|
||||||
<https://packagecloud.io/pimutils/vdirsyncer>`_ (packages also exist
|
<https://packagecloud.io/pimutils/vdirsyncer>`_ (packages also exist
|
||||||
in the official repositories but may be out of date)
|
in the official repositories but may be out of date)
|
||||||
- `GNU Guix <https://www.gnu.org/software/guix/package-list.html#vdirsyncer>`_
|
- `GNU Guix <https://www.gnu.org/software/guix/package-list.html#vdirsyncer>`_
|
||||||
- `OS X (homebrew) <http://braumeister.org/formula/vdirsyncer>`_
|
- `macOS (homebrew) <https://formulae.brew.sh/formula/vdirsyncer>`_
|
||||||
- `BSD (pkgsrc) <http://pkgsrc.se/time/py-vdirsyncer>`_
|
- `BSD (pkgsrc) <http://pkgsrc.se/time/py-vdirsyncer>`_
|
||||||
- `OpenBSD <http://ports.su/productivity/vdirsyncer>`_
|
- `OpenBSD <http://ports.su/productivity/vdirsyncer>`_
|
||||||
|
|
||||||
|
|
@ -44,7 +44,7 @@ following things are installed:
|
||||||
- Python 3.7+ and pip.
|
- Python 3.7+ and pip.
|
||||||
- ``libxml`` and ``libxslt``
|
- ``libxml`` and ``libxslt``
|
||||||
- ``zlib``
|
- ``zlib``
|
||||||
- Linux or OS X. **Windows is not supported**, see :gh:`535`.
|
- Linux or macOS. **Windows is not supported**, see :gh:`535`.
|
||||||
|
|
||||||
On Linux systems, using the distro's package manager is the best
|
On Linux systems, using the distro's package manager is the best
|
||||||
way to do this, for example, using Ubuntu::
|
way to do this, for example, using Ubuntu::
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue