diff options
author | Aaron Raimist <aaron@raim.ist> | 2020-05-16 13:46:23 -0500 |
---|---|---|
committer | Aaron Raimist <aaron@raim.ist> | 2020-05-16 13:46:25 -0500 |
commit | 3338ecd39f775972911d1a2ea114c545bb1d57c0 (patch) | |
tree | f8a3f93f9a72c65c20dc63d84fde5497b05911dc /README.md | |
parent | Update macOS building dependencies now that libolm is available in Homebrew (diff) | |
download | nheko-3338ecd39f775972911d1a2ea114c545bb1d57c0.tar.xz |
Remove MacPorts install instructions
Signed-off-by: Aaron Raimist <aaron@raim.ist>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/README.md b/README.md index 18cf1f0d..d051eadd 100644 --- a/README.md +++ b/README.md @@ -97,13 +97,6 @@ guix install nheko #### macOS (10.14 and above) - -with [macports](https://www.macports.org/): - -```sh -sudo port install nheko -``` - with [homebrew](https://brew.sh/): ```sh @@ -120,7 +113,7 @@ brew cask install nheko - [LMDB](https://symas.com/lightning-memory-mapped-database/) - [cmark](https://github.com/commonmark/cmark) 0.29 or greater. - Boost 1.70 or greater. -- [libolm](https://git.matrix.org/git/olm) +- [libolm](https://gitlab.matrix.org/matrix-org/olm) - [libsodium](https://github.com/jedisct1/libsodium) - [spdlog](https://github.com/gabime/spdlog) - A compiler that supports C++ 17: |