diff options
author | DMRobertson <DMRobertson@users.noreply.github.com> | 2023-09-14 13:14:56 +0000 |
---|---|---|
committer | DMRobertson <DMRobertson@users.noreply.github.com> | 2023-09-14 13:14:56 +0000 |
commit | d6880d14c90951f60bbd8b963d9d3e48af05b08e (patch) | |
tree | a95e2cc31aa84ecea272f24fd0f70018684604fa /develop/print.html | |
parent | deploy: 1296e471c343e001cd6bec4f5395811b3e755116 (diff) | |
download | synapse-d6880d14c90951f60bbd8b963d9d3e48af05b08e.tar.xz |
deploy: 39dc5de39912828372acc4ecbaa46c9e2b3de97e
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> |