Skip to content

Commit

Permalink
Documentation for Boot commit 6a66a28d599f08c6136ff11b3af0bf0e9e52f6d8
Browse files Browse the repository at this point in the history
  • Loading branch information
aerokube/boot1 committed Sep 20, 2023
1 parent 524ebaf commit 7864324
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions latest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ <h1>Boot</h1>
<div class="details">
<span id="author" class="author">Aerokube Software OÜ</span><br>
<span id="revnumber">version latest,</span>
<span id="revdate">2023-09-18</span>
<span id="revdate">2023-09-20</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -1094,24 +1094,23 @@ <h5 id="virtual-machines-create-plugin"><a class="anchor" href="#virtual-machine
<div class="listingblock">
<div class="title">Installing Boot plugin manually on Mac</div>
<div class="content">
<pre class="CodeRay highlight"><code data-lang="bash">$ curl -o kubectl-vm.zip https://download.aerokube.com/boot/kubectl-vm/latest-release/kubectl-vm_darwin_amd64.zip # x86 version
$ curl -o kubectl-vm.zip https://download.aerokube.com/boot/kubectl-vm/latest-release/kubectl-vm_darwin_arm64.zip # ARM version
$ unzip -d /usr/local/bin kubectl-vm.zip</code></pre>
<pre class="CodeRay highlight"><code data-lang="bash">$ curl -o /usr/local/bin/kubectl-vm https://github.com/aerokube/boot/releases/latest/download/kubectl-vm_darwin_amd64 # x86 version
$ curl -o /usr/local/bin/kubectl-vm https://github.com/aerokube/boot/releases/latest/download/kubectl-vm_darwin_arm64 # ARM version
$ chmod +x /usr/local/bin/kubectl-vm</code></pre>
</div>
</div>
<div class="listingblock">
<div class="title">Installing Boot plugin manually on Linux</div>
<div class="content">
<pre class="CodeRay highlight"><code data-lang="bash">$ curl -o kubectl-vm.zip https://download.aerokube.com/boot/kubectl-vm/latest-release/kubectl-linux_amd64.zip
$ unzip -d /usr/local/bin kubectl-vm.zip</code></pre>
<pre class="CodeRay highlight"><code data-lang="bash">$ curl -o /usr/local/bin/kubectl-vm https://github.com/aerokube/boot/releases/latest/download/kubectl-vm_linux_amd64
$ chmod +x /usr/local/bin/kubectl-vm</code></pre>
</div>
</div>
<div class="listingblock">
<div class="title">Installing Boot plugin manually on Windows</div>
<div class="content">
<pre class="CodeRay highlight"><code data-lang="bash">&gt; curl -o kubectl-vm.zip https://download.aerokube.com/boot/kubectl-vm/latest-release/kubectl-windows_amd64.zip
&gt; mkdir %USERPROFILE%\bin
&gt; Expand-Archive -Force kubectl-vm.zip %USERPROFILE%\bin # Add %USERPROFILE%\bin to PATH</code></pre>
<pre class="CodeRay highlight"><code data-lang="bash">&gt; mkdir %USERPROFILE%\bin # Add %USERPROFILE%\bin to PATH
&gt; curl -o %USERPROFILE%\bin\kubectl-vm.exe https://github.com/aerokube/boot/releases/latest/download/kubectl-vm_windows_amd64.exe</code></pre>
</div>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -3253,7 +3252,7 @@ <h2 id="_pricing"><a class="anchor" href="#_pricing"></a>5. Pricing</h2>
<div id="footer">
<div id="footer-text">
Version latest<br>
Last updated 2023-09-18 11:30:04 UTC
Last updated 2023-09-20 16:57:05 UTC
</div>
</div>
</body>
Expand Down

0 comments on commit 7864324

Please sign in to comment.