This commit is contained in:
Anatoly Sablin
2019-06-27 00:07:44 +03:00
parent 21d9d0fda1
commit 3043cd4e61
13 changed files with 49 additions and 65 deletions

View File

@@ -1,3 +1,9 @@
---
** Outdated due to migrating to fork. **
---
# Arch Linux package
An Arch Linux package in the AUR repos is maintained by [r3pek](https://matrix.to/#/@r3pek:r3pek.org), a community member.
See https://aur.archlinux.org/packages/mxisd/

View File

@@ -3,7 +3,7 @@
- Any distribution that supports Java 8
## Install
1. Download the [latest release](https://github.com/kamax-matrix/mxisd/releases/latest)
1. Download the [latest release](https://github.com/ma1uta/mxisd/releases/latest)
2. Run:
```bash
dpkg -i /path/to/downloaded/mxisd.deb

View File

@@ -1,3 +1,9 @@
---
** Outdated due to migrating to fork. **
---
# Docker
## Fetch
Pull the latest stable image:
@@ -22,4 +28,4 @@ docker run --rm -e MATRIX_DOMAIN=example.org -v /data/mxisd/etc:/etc/mxisd -v /d
For more info, including the list of possible tags, see [the public repository](https://hub.docker.com/r/kamax/mxisd/)
## Troubleshoot
Please read the [Troubleshooting guide](../troubleshooting.md).
Please read the [Troubleshooting guide](../troubleshooting.md).

View File

@@ -1,3 +1,9 @@
---
** Outdated due to migrating to fork. **
---
# NixOS package
mxisd is available as a NixOS package in the official repos.