summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2020-05-16 15:10:49 -0400
committerJoseph Donofry <joedonofry@gmail.com>2020-05-16 15:10:49 -0400
commita5778bdf400660f35d6824add12cd8bd78f54336 (patch)
tree379eb6a7a7b7b89bc3086752b6ef317599a2182f /README.md
parentMerge master into reactions (diff)
parentMerge pull request #202 from aaronraimist/brew-libolm (diff)
downloadnheko-a5778bdf400660f35d6824add12cd8bd78f54336.tar.xz
Merge remote-tracking branch 'origin/master' into reactions
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/README.md b/README.md
index 0cb3e044..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:
@@ -210,7 +203,7 @@ guix environment nheko
 
 ```bash
 brew update
-brew install qt5 lmdb cmake llvm libsodium spdlog boost cmark
+brew install qt5 lmdb cmake llvm libsodium spdlog boost cmark libolm
 ```
 
 ##### Windows