diff options
author | Pete <PMaynard@users.noreply.github.com> | 2019-09-19 09:52:59 +0100 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-09-19 09:52:59 +0100 |
commit | a136137b2efae0fa5b3344cb94759fe0f5913221 (patch) | |
tree | 379d7e02633cfce64592e31e88c5ba3038a224e8 /INSTALL.md | |
parent | add explanations on how to actually include an access_token (#6031) (diff) | |
download | synapse-a136137b2efae0fa5b3344cb94759fe0f5913221.tar.xz |
Update INSTALL.md with void-linux (#5873)
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index 5728882460..38c113b269 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -349,6 +349,13 @@ sudo pip uninstall py-bcrypt sudo pip install py-bcrypt ``` +### Void Linux + +Synapse can be found in the void repositories as 'synapse': + + xbps-install -Su + xbps-install -S synapse + ### FreeBSD Synapse can be installed via FreeBSD Ports or Packages contributed by Brendan Molloy from: |