From 6c518cfcb713f8c376ab7e804085f64c37460989 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Fri, 8 Nov 2024 14:50:03 +0000 Subject: [PATCH] updated site --- community/index.html | 6 +++--- v3/admin/setup/index.xml | 6 +++--- v3/admin/setup/jx3/index.html | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/community/index.html b/community/index.html index 68474b64caf..7c6c91d31ce 100644 --- a/community/index.html +++ b/community/index.html @@ -708,6 +708,9 @@

Contributors

+ + + rawlingsj @@ -718,9 +721,6 @@

Contributors

- - - jstrachan diff --git a/v3/admin/setup/index.xml b/v3/admin/setup/index.xml index 35b9303596a..c9139be8c48 100644 --- a/v3/admin/setup/index.xml +++ b/v3/admin/setup/index.xml @@ -24,7 +24,7 @@ <p>You can download 3.x of <code>jx</code> from here: <a href="https://github.com/jenkins-x/jx/releases">https://github.com/jenkins-x/jx/releases</a> or use <code>HomeBrew</code> (macOS).</p> <h3 id="linux">Linux</h3> -<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.180/jx-linux-amd64.tar.gz | tar xzv +<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.181/jx-linux-amd64.tar.gz | tar xzv </span></span><span style="display:flex;"><span>chmod +x jx </span></span><span style="display:flex;"><span>sudo mv jx /usr/local/bin </span></span></code></pre></div><h3 id="macos">macOS</h3> @@ -35,12 +35,12 @@ </span></span></code></pre></div><ul> <li>Curl method:</li> </ul> -<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.180/jx-darwin-amd64.tar.gz | tar xzv +<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.181/jx-darwin-amd64.tar.gz | tar xzv </span></span><span style="display:flex;"><span>chmod +x jx </span></span><span style="display:flex;"><span>sudo mv jx /usr/local/bin </span></span></code></pre></div><h3 id="windows">Windows</h3> <ul> -<li>click on the <a href="https://github.com/jenkins-x/jx/releases/download/v3.10.180/jx-windows-amd64.zip">download link</a> to download a binary</li> +<li>click on the <a href="https://github.com/jenkins-x/jx/releases/download/v3.10.181/jx-windows-amd64.zip">download link</a> to download a binary</li> <li>copy the <code>jx</code> binary to a directory on your <code>$PATH</code></li> </ul> <h2 id="verify-your-install">Verify your install</h2> diff --git a/v3/admin/setup/jx3/index.html b/v3/admin/setup/jx3/index.html index 30006929e75..572647abb6e 100644 --- a/v3/admin/setup/jx3/index.html +++ b/v3/admin/setup/jx3/index.html @@ -1496,7 +1496,7 @@

Install the CLI

You can download 3.x of jx from here: https://github.com/jenkins-x/jx/releases or use HomeBrew (macOS).

Linux

-
curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.180/jx-linux-amd64.tar.gz | tar xzv
+
curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.181/jx-linux-amd64.tar.gz | tar xzv
 chmod +x jx 
 sudo mv jx /usr/local/bin
 

macOS

@@ -1507,12 +1507,12 @@

Linux

-
curl -L  https://github.com/jenkins-x/jx/releases/download/v3.10.180/jx-darwin-amd64.tar.gz | tar xzv
+
curl -L  https://github.com/jenkins-x/jx/releases/download/v3.10.181/jx-darwin-amd64.tar.gz | tar xzv
 chmod +x jx 
 sudo mv jx /usr/local/bin
 

Windows

    -
  • click on the download link to download a binary
  • +
  • click on the download link to download a binary
  • copy the jx binary to a directory on your $PATH

Verify your install