Skip to content

Commit

Permalink
Merge pull request #24 from Readarr/reddit-removal
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDadswell authored Jun 18, 2023
2 parents 4bdc01a + e2aabe9 commit 5437d5f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 25 deletions.
18 changes: 5 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,8 @@ <h5>Docker container</h5>
Download App package
</dt>
<dd>
<a class="btn btn-readarr" href=https://readarr.servarr.com/v1/update/develop/updatefile?os=osx&runtime=netcore&arch=x64&installer=true>Download macOS App</a>
<a class="btn btn-readarr" href=https://readarr.servarr.com/v1/update/develop/updatefile?os=osx&runtime=netcore&arch=x64&installer=true>Download Intel macOS App</a>
<a class="btn btn-readarr" href=https://readarr.servarr.com/v1/update/develop/updatefile?os=osx&runtime=netcore&arch=arm64&installer=true>Download Arm macOS App</a>
</dd>
<dt>
<span class=step>2</span>
Expand Down Expand Up @@ -447,7 +448,7 @@ <h5>Docker container</h5>
<h5>Manual Install</h5>
<p>
It is possible to install Readarr manually using the
<a href=https://readarr.servarr.com/v1/update/develop/updatefile?os=osx&runtime=netcore&arch=x64>.tar.gz download</a>. However in that case you must manually deal with dependencies, installation and permissions.
<a href=https://readarr.servarr.com/v1/update/develop/updatefile?os=osx&runtime=netcore&arch=x64>Intel .tar.gz download</a> or <a href=https://readarr.servarr.com/v1/update/develop/updatefile?os=osx&runtime=netcore&arch=arm64>Arm .tar.gz download</a>. However in that case you must manually deal with dependencies, installation and permissions.
</p>
<h5>Docker container</h5>
<p>
Expand Down Expand Up @@ -635,15 +636,6 @@ <h4>GitHub Issues</h4>
</p>
</div>
</a>
<a class=col-sm-3 href=https://www.reddit.com/r/Readarr target=_blank>
<div class=text>
<i class="fab fa-reddit-alien fa-2x"></i>
<h4>Readarr subreddit</h4>
<p>
Discuss Readarr and talk to other users.
</p>
</div>
</a>
</div>
</div>
</div>
Expand All @@ -667,8 +659,8 @@ <h4>Readarr subreddit</h4>
<script>
hljs.initHighlightingOnLoad();
</script>
<script src=js/theme.js?v=85693f7f35c872717ee514c10ca38fdc></script>
<script type=text/javascript src=js/index-slider.js?v=072006930bd52788bb7ab0a7d16861f7></script>
<script src=js/theme.js?v=453b4ff1a4f41c49315a28f79aa5ea83></script>
<script type=text/javascript src=js/index-slider.js?v=48ba37f65a8c9499e4833ad1924fccb7></script>
<script type=text/javascript>
if (window.location.hash.toLocaleLowerCase() === "#donate") {
window.location.replace("https://readarr.com/donate");
Expand Down
5 changes: 3 additions & 2 deletions src/sections/downloads-v1/macos.marko
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<p>The easiest way to install Readarr on macOS is to use the App archive with the steps described below.</p>
</install-step>
<install-step num="1" title="Download App package">
<a class="btn btn-readarr" href="https://readarr.servarr.com/v1/update/develop/updatefile?os=osx&runtime=netcore&arch=x64&installer=true">Download macOS App</a>
<a class="btn btn-readarr" href="https://readarr.servarr.com/v1/update/develop/updatefile?os=osx&runtime=netcore&arch=x64&installer=true">Download Intel macOS App</a>
<a class="btn btn-readarr" href="https://readarr.servarr.com/v1/update/develop/updatefile?os=osx&runtime=netcore&arch=arm64&installer=true">Download Arm macOS App</a>
</install-step>
<install-step num="2" title="Install App">
<p>Open the archive and drag the Readarr icon to your Application folder.</p>
Expand All @@ -27,7 +28,7 @@
<h5>Manual Install</h5>
<p>
It is possible to install Readarr manually using the
<a href="https://readarr.servarr.com/v1/update/develop/updatefile?os=osx&runtime=netcore&arch=x64">.tar.gz download</a>. However in that case you must manually deal with dependencies, installation and permissions.
<a href="https://readarr.servarr.com/v1/update/develop/updatefile?os=osx&runtime=netcore&arch=x64">Intel .tar.gz download</a> or <a href="https://readarr.servarr.com/v1/update/develop/updatefile?os=osx&runtime=netcore&arch=arm64">Arm .tar.gz download</a>. However in that case you must manually deal with dependencies, installation and permissions.
</p>
<h5>Docker container</h5>
<p>
Expand Down
10 changes: 0 additions & 10 deletions src/sections/support.marko
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,4 @@
</p>
</div>
</a>

<a class="col-sm-3" href="https://www.reddit.com/r/Readarr" target="_blank">
<div class="text">
<i class="fab fa-reddit-alien fa-2x"></i>
<h4>Readarr subreddit</h4>
<p>
Discuss Readarr and talk to other users.
</p>
</div>
</a>
</div>

0 comments on commit 5437d5f

Please sign in to comment.