From 78643244166913d7e60e0f17f498de49c7332131 Mon Sep 17 00:00:00 2001 From: aerokube/boot1 Date: Wed, 20 Sep 2023 16:58:38 +0000 Subject: [PATCH] Documentation for Boot commit 6a66a28d599f08c6136ff11b3af0bf0e9e52f6d8 --- latest/index.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/latest/index.html b/latest/index.html index 5a886a9..94ee131 100644 --- a/latest/index.html +++ b/latest/index.html @@ -532,7 +532,7 @@

Boot

Aerokube Software OÜ
version latest, -2023-09-18 +2023-09-20
Table of Contents
@@ -1094,24 +1094,23 @@
Installing Boot plugin manually on Mac
-
$ 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
+
$ 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
Installing Boot plugin manually on Linux
-
$ 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
+
$ 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
Installing Boot plugin manually on Windows
-
> curl -o kubectl-vm.zip https://download.aerokube.com/boot/kubectl-vm/latest-release/kubectl-windows_amd64.zip
-> mkdir %USERPROFILE%\bin
-> Expand-Archive -Force kubectl-vm.zip %USERPROFILE%\bin # Add %USERPROFILE%\bin to PATH
+
> mkdir %USERPROFILE%\bin # Add %USERPROFILE%\bin to PATH
+> curl -o %USERPROFILE%\bin\kubectl-vm.exe https://github.com/aerokube/boot/releases/latest/download/kubectl-vm_windows_amd64.exe
@@ -3253,7 +3252,7 @@

5. Pricing