Skip to content

Commit

Permalink
updated site
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Nov 8, 2024
1 parent 2c3d1b0 commit 6c518cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions community/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,9 @@ <h3 id="contributors">Contributors</h3>







<td>
<a href="https://github.com/rawlingsj"><img src="https://avatars.githubusercontent.com/u/1457180?v=4" width="50%" alt="rawlingsj"/></a>
Expand All @@ -718,9 +721,6 @@ <h3 id="contributors">Contributors</h3>







<td>
<a href="https://github.com/jstrachan"><img src="https://avatars.githubusercontent.com/u/30140?v=4" width="50%" alt="jstrachan"/></a>
Expand Down
6 changes: 3 additions & 3 deletions v3/admin/setup/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

&lt;p&gt;You can download 3.x of &lt;code&gt;jx&lt;/code&gt; from here: &lt;a href=&#34;https://github.com/jenkins-x/jx/releases&#34;&gt;https://github.com/jenkins-x/jx/releases&lt;/a&gt; or use &lt;code&gt;HomeBrew&lt;/code&gt; (macOS).&lt;/p&gt;
&lt;h3 id=&#34;linux&#34;&gt;Linux&lt;/h3&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.180/jx-linux-amd64.tar.gz | tar xzv
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.181/jx-linux-amd64.tar.gz | tar xzv
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;chmod +x jx
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sudo mv jx /usr/local/bin
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;macos&#34;&gt;macOS&lt;/h3&gt;
Expand All @@ -35,12 +35,12 @@
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ul&gt;
&lt;li&gt;Curl method:&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.180/jx-darwin-amd64.tar.gz | tar xzv
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.181/jx-darwin-amd64.tar.gz | tar xzv
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;chmod +x jx
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sudo mv jx /usr/local/bin
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;windows&#34;&gt;Windows&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;click on the &lt;a href=&#34;https://github.com/jenkins-x/jx/releases/download/v3.10.180/jx-windows-amd64.zip&#34;&gt;download link&lt;/a&gt; to download a binary&lt;/li&gt;
&lt;li&gt;click on the &lt;a href=&#34;https://github.com/jenkins-x/jx/releases/download/v3.10.181/jx-windows-amd64.zip&#34;&gt;download link&lt;/a&gt; to download a binary&lt;/li&gt;
&lt;li&gt;copy the &lt;code&gt;jx&lt;/code&gt; binary to a directory on your &lt;code&gt;$PATH&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;verify-your-install&#34;&gt;Verify your install&lt;/h2&gt;
Expand Down
6 changes: 3 additions & 3 deletions v3/admin/setup/jx3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@ <h1>Install the CLI</h1>
</header>
<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>
Expand All @@ -1507,12 +1507,12 @@ <h3 id="linux">Linux</h3>
</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>
Expand Down

0 comments on commit 6c518cf

Please sign in to comment.