We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88259a3 commit 9dcedebCopy full SHA for 9dcedeb
download.md
@@ -64,12 +64,12 @@ show_hero: true
64
<div class="card-body text-center">
65
<h3 class="card-header-title mb-3">Server packages</h3>
66
<p class="card-text">
67
- Utilize the <code>.tar.gz</code> package to manually deploy.
68
- See <a href="docs/current/installation/rpm.html">RPM Deployment</a> for the <code>.rpm</code> package.
+ Use the container <code>trinodb/trino:{{ site.trino_version }}</code>,
+ the tarball, or have a look at
69
+ <a href="https://github.com/trinodb/trino-packages">trino-packages</a>
70
</p>
71
<!-- Download button -->
72
{% download trino-server .tar.gz %}
- {% download trino-server-rpm .rpm %}
73
</div>
74
75
<div class="card mb-4">
0 commit comments