You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p class="design-paragraph">We also provide a <a class="design-link" href="https://hub.docker.com/r/dotenv/dotenvx">docker image</a> for your convenience:</p>
88
89
89
90
{% capture install_docker %}
@@ -101,8 +102,11 @@ RUN curl -sfS https://dotenvx.sh/install.sh | sh
<p class="design-paragraph">You can also download straight from <a class="design-link" href="https://github.com/dotenvx/dotenvx/releases">GitHub Releases</a>.</p>
107
111
108
112
{% capture install_github %}
@@ -113,8 +117,11 @@ tar -xzf dotenvx.tar.gz
113
117
{% include components/design-codeblock.html value=install_github copy=false %}
114
118
115
119
<p class="design-paragraph">If you download manually you'll need to move the binary somewhere in your PATH.</p>
120
+
{% endcapture %}
121
+
{% include components/design-step.html content=step_content %}
<p class="design-paragraph">For our Heroku friends, we have a <a class="design-link" href="https://github.com/dotenvx/heroku-buildpack-dotenvx">heroku buildpack</a>.</p>
{% include components/design-codeblock.html value=install_standalone_version copy=false %}
158
168
159
169
<p class="design-paragraph">You can view available versions at <a class="design-link" href="https://github.com/dotenvx/releases/tree/main">github.com/dotenvx/releases</a>.</p>
170
+
{% endcapture %}
171
+
{% include components/design-step.html content=step_content %}
0 commit comments