diff options
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html index 4d84c997f5..4fa2abc88e 100644 --- a/develop/print.html +++ b/develop/print.html @@ -333,6 +333,10 @@ installing under virtualenv):</p> <pre><code class="language-sh">sudo pip uninstall py-bcrypt sudo pip install py-bcrypt </code></pre> +<h4 id="alpine-linux"><a class="header" href="#alpine-linux">Alpine Linux</a></h4> +<p>6543 maintains <a href="https://pkgs.alpinelinux.org/packages?name=synapse&branch=edge">Synapse packages for Alpine Linux</a> in the community repository. Install with:</p> +<pre><code class="language-sh">sudo apk add synapse +</code></pre> <h4 id="void-linux"><a class="header" href="#void-linux">Void Linux</a></h4> <p>Synapse can be found in the void repositories as <a href="https://github.com/void-linux/void-packages/tree/master/srcpkgs/synapse">'synapse'</a>:</p> |