mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-10 21:05:04 +00:00
Downloads: add link to third party packages on GitHub for CLI and GUI
This commit is contained in:
parent
08501e12e8
commit
490065f495
2 changed files with 4 additions and 0 deletions
|
@ -196,6 +196,8 @@ downloads:
|
|||
installer: Installer
|
||||
avwarning: Be aware that some antiviruses and firewalls may flag the Monero executables and archives as malware.
|
||||
moreinfofaq: More info in the FAQ
|
||||
packages: There are also packages available for multiple Linux distributions.
|
||||
packages_link: See the list on GitHub
|
||||
|
||||
press-kit:
|
||||
intro1: Here you'll find the Monero symbol and logo below. You can choose any size that you want, or download the .ai file to mess with the logo yourself.
|
||||
|
|
|
@ -91,6 +91,7 @@ permalink: /downloads/index.html
|
|||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
<p>{% t downloads.packages %} <a href="https://github.com/monero-project/monero-gui#installing-the-monero-gui-from-a-package">{% t downloads.packages_link %}</a>.</p>
|
||||
<p>{% t downloads.avwarning %} <a href="{{ site.baseurl }}/get-started/faq/#antivirus">{% t downloads.moreinfofaq %}</a>.</p>
|
||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||
<p><details>
|
||||
|
@ -185,6 +186,7 @@ permalink: /downloads/index.html
|
|||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
<p>{% t downloads.packages %} <a href="https://github.com/monero-project/monero#installing-monero-from-a-package">{% t downloads.packages_link %}</a>.</p>
|
||||
<p>{% t downloads.avwarning %} <a href="{{ site.baseurl }}/get-started/faq/#antivirus">{% t downloads.moreinfofaq %}</a>.</p>
|
||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||
<p><details>
|
||||
|
|
Loading…
Reference in a new issue