Convert downloads table to markdown

This commit is contained in:
Thomas Jensen 2024-01-07 22:03:19 +01:00
parent eb32f8f93c
commit 5f4f1213cd
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB

View File

@ -19,21 +19,13 @@ The current release is **version {{ site.currentVersion }}**. For older revision
The best way to get *boxes* is via your package manager. Here are some package managers which we know have a
*boxes* package, but there are more - just try it on yours.
<table class="table table-striped w-auto">
<thead>
<tr>
<th scope="col">Platform</th>
<th scope="col">Tool</th>
<th scope="col">Command</th>
</tr>
</thead>
<tbody>
<tr><td>Linux (Debian, Ubuntu)</td> <td>apt</td> <td><code>apt-get install -y boxes</code></td></tr>
<tr><td>Linux (Fedora)</td> <td>dnf</td> <td><code>dnf install boxes</code></td></tr>
<tr><td>MacOS</td> <td>brew</td> <td><code>brew install boxes</code></td></tr>
<tr><td>Windows</td> <td>choco</td> <td><code>choco install boxes.portable</code></td></tr>
</tbody>
</table>
| Platform | Tool | Command |
|:-----------------------|:------|:-------------------------------|
| Linux (Debian, Ubuntu) | apt | `apt-get install -y boxes` |
| Linux (Fedora) | dnf | `dnf install boxes` |
| MacOS | brew | `brew install boxes` |
| Windows | choco | `choco install boxes.portable` |
{:.table .table-striped .w-auto}
{% comment %} ---------------------------------------------------------------------------------------- {% endcomment %}