Skip to content

Commit 19116f6

Browse files
committed
Update with taroface feedback (2)
1 parent 21231a6 commit 19116f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/current/v25.2/install-cockroachdb-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Use one of the options below to install CockroachDB. To upgrade an existing clus
3131
<p>Visit <a href="/docs/releases/index.html">Releases</a> to download the CockroachDB archive for the architecture of your Linux host. The archive contains the <code>cockroach</code> binary and the supporting libraries that are used to provide <a href="{% link {{ page.version.version }}/spatial-data-overview.md %}">spatial features</a>. Follow the steps shown below to install the <code>cockroach</code> binary into your <code>PATH</code> so you can execute <a href="cockroach-commands.html">cockroach commands</a> from any shell.</p>
3232
<ol>
3333
<li>
34-
Download the binary you want from the <a href="/docs/releases/index.html">Releases</a> page.
34+
Download the binary you want from the <a href="/docs/releases/index.html">Releases</a> page. In the following commands, replace <code>{VERSION}</code> with the version of CockroachDB you are installing, and replace <code>{ARCHITECTURE}</code> with <code>linux-amd64</code> for Intel, or with <code>linux-arm64</code> for ARM.
3535
</li>
3636
<li>Extract the archive:
3737
<div class="highlight"><pre><code class="language-shell" data-lang="shell"><span class="nb">tar</span><span class="nt">-xz</span> cockroach-{VERSION}.linux-{ARCHITECTURE}.tgz</code></pre></div>
@@ -55,7 +55,7 @@ Use one of the options below to install CockroachDB. To upgrade an existing clus
5555
</div>
5656
<div class="highlight"><pre><code class="language-shell" data-lang="shell"><span class="nb">mkdir</span> <span class="nt">-p</span> /usr/local/lib/cockroach</code></pre></div>
5757
</li>
58-
<li>Copy the library files to the directory. In the following commands, replace <code>{ARCHITECTURE}</code> with <code>linux-amd64</code> for Intel, or with <code>linux-arm64</code> for ARM.</p>
58+
<li>Copy the library files to the directory. In the following commands, replace <code>{VERSION}</code> with the version of CockroachDB you are installing, and replace <code>{ARCHITECTURE}</code> with <code>linux-amd64</code> for Intel, or with <code>linux-arm64</code> for ARM.</p>
5959
<div class="copy-clipboard">
6060
<svg id="copy-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><style>.st0{fill:#A2A2A2;}</style><title>icon/buttons/copy</title><g id="Mask"><path id="path-1_1_" class="st0" d="M4.9 4.9v6h6v-6h-6zM3.8 3.8H12V12H3.8V3.8zM2.7 7.1v1.1H.1S0 5.5 0 0h8.2v2.7H7.1V1.1h-6v6h1.6z"/></g></svg>
6161
<svg id="copy-check" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10"><style>.st1{fill:#54B30E;}</style><path id="path-1_2_" class="st1" d="M3.8 9.1c-.3 0-.5-.1-.6-.2L.3 6C0 5.7-.1 5.2.2 4.8c.3-.4.9-.4 1.3-.1L3.8 7 10.6.2c.3-.3.9-.4 1.2 0 .3.3.3.9 0 1.2L4.4 8.9c-.2.1-.4.2-.6.2z"/></svg>

0 commit comments

Comments
 (0)