Skip to content

Commit

Permalink
move 'system requirements' up; most ppl do not know eg. what homebrew…
Browse files Browse the repository at this point in the history
… is at all. moreover, unify class used for descritions
  • Loading branch information
r10s committed Jul 23, 2024
1 parent a47d2b1 commit b626ab4
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions _includes/download-boxes.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1>{%if tx.menu.download != ""%}{{ tx.menu.download }}{%else%}{{ txEn.menu.down
</picture>
</a>
</div>
<div>
<div class="descr">
{%if tx.download.minimum != ""%}{{ tx.download.minimum }}{%else%}{{ txEn.download.minimum }}{%endif%}:
Android 4.1 Jelly Bean
</div>
Expand Down Expand Up @@ -83,7 +83,7 @@ <h1>{%if tx.menu.download != ""%}{{ tx.menu.download }}{%else%}{{ txEn.menu.down
</picture>
</a>
</div>
<div>
<div class="descr">
{%if tx.download.minimum != ""%}{{ tx.download.minimum }}{%else%}{{ txEn.download.minimum }}{%endif%}:
iOS 12, iPhone 5s, iPad 5/Air/Mini 2
</div>
Expand All @@ -100,12 +100,12 @@ <h1>{%if tx.menu.download != ""%}{{ tx.menu.download }}{%else%}{{ txEn.menu.down
<a href="https://formulae.brew.sh/cask/deltachat"><small>Install with</small>Homebrew</a>
</div>
<div class="descr">
Homebrew manual install: <code>brew install --cask deltachat</code>
</div>
<div>
{%if tx.download.minimum != ""%}{{ tx.download.minimum }}{%else%}{{ txEn.download.minimum }}{%endif%}:
macOS 10.15 Catalina
</div>
<div class="descr">
Homebrew manual install: <code>brew install --cask deltachat</code>
</div>
<details>
<summary class="noupgrades">
{%if tx.download.no_upgrades != ""%}{{ tx.download.no_upgrades }}{%else%}{{ txEn.download.no_upgrades }}{%endif%}
Expand All @@ -127,12 +127,12 @@ <h1>{%if tx.menu.download != ""%}{{ tx.menu.download }}{%else%}{{ txEn.menu.down
</a>
</div>
<div class="descr">
Winget install: <code>winget install 9PJTXX7HN3PK</code>
</div>
<div>
{%if tx.download.minimum != ""%}{{ tx.download.minimum }}{%else%}{{ txEn.download.minimum }}{%endif%}:
Windows 10
</div>
<div class="descr">
Winget install: <code>winget install 9PJTXX7HN3PK</code>
</div>
<details>
<summary class="noupgrades">
{%if tx.download.no_upgrades != ""%}{{ tx.download.no_upgrades }}{%else%}{{ txEn.download.no_upgrades }}{%endif%}
Expand All @@ -159,16 +159,16 @@ <h1>{%if tx.menu.download != ""%}{{ tx.menu.download }}{%else%}{{ txEn.menu.down
</picture>
</a>
</div>
<div class="descr">
{%if tx.download.minimum != ""%}{{ tx.download.minimum }}{%else%}{{ txEn.download.minimum }}{%endif%}:
Ubuntu 18.04, Fedora 29, Debian 10, Compatible Systems
</div>
<div class="descr">
Flatpak manual install: <code>flatpak install flathub chat.delta.desktop</code><br />
Arch manual install: <code>pacman -S deltachat-desktop</code><br />
Nix manual install: <code>nix-env -f "&lt;nixpkgs&gt;" -iA deltachat-desktop</code><br />
Snap manual install (community maintained): <code>sudo snap install deltachat-desktop</code>
</div>
<div>
{%if tx.download.minimum != ""%}{{ tx.download.minimum }}{%else%}{{ txEn.download.minimum }}{%endif%}:
Ubuntu 18.04, Fedora 29, Debian 10, Compatible Systems
</div>
<details>
<summary class="noupgrades">
{%if tx.download.no_upgrades != ""%}{{ tx.download.no_upgrades }}{%else%}{{ txEn.download.no_upgrades }}{%endif%}
Expand Down Expand Up @@ -200,7 +200,7 @@ <h1>{%if tx.menu.download != ""%}{{ tx.menu.download }}{%else%}{{ txEn.menu.down
</picture>
</a>
</div>
<div>
<div class="descr">
{%if tx.download.minimum != ""%}{{ tx.download.minimum }}{%else%}{{ txEn.download.minimum }}{%endif%}:
Ubuntu Touch 16.04
</div>
Expand Down

0 comments on commit b626ab4

Please sign in to comment.