Skip to content

Commit

Permalink
commit 14edd4f
Browse files Browse the repository at this point in the history
Author: Oliver Bertuch <poikilotherm@users.noreply.github.com>
Date:   Wed Nov 4 19:34:53 2020 +0100

    Docs: Add asdf install option (#389, @poikilotherm)

    * Add asdf install option maintained by @spencergilbert
  • Loading branch information
poikilotherm committed Nov 4, 2020
1 parent 5762f97 commit f2afdd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ <h2 id="installation">Installation<a class="headerlink" href="#installation" tit
<li>grab a release from the <a href="https://github.com/rancher/k3d/releases">release tab</a> and install it yourself.</li>
<li>install via go: <code class="highlight">go install github.com/rancher/k3d</code> (<strong>Note</strong>: this will give you unreleased/bleeding-edge changes)</li>
<li>use <a href="https://github.com/alexellis/arkade">arkade</a>: <code>arkade get k3d</code></li>
<li>use <a href="https://asdf-vm.com">asdf</a>: <code>asdf plugin-add k3d</code>, then <code>asdf install k3d &lt;tag&gt;</code> with <code>&lt;tag&gt; = latest</code> or <code>3.x.x</code> for a specific version (maintained by <a href="https://github.com/spencergilbert/asdf-k3d">spencergilbert/asdf-k3d</a>)</li>
</ul>
<h2 id="quick-start">Quick Start<a class="headerlink" href="#quick-start" title="Permanent link">&para;</a></h2>
<p>Create a cluster named <code>mycluster</code> with just a single server node:</p>
Expand All @@ -692,7 +693,7 @@ <h2 id="related-projects">Related Projects<a class="headerlink" href="#related-p
<div class="md-source-date">
<small>

Last update: <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">July 21, 2020</span>
Last update: <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">November 4, 2020</span>

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit f2afdd8

Please sign in to comment.