Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removing the number in Nix download section
  • Loading branch information
garbas committed Oct 25, 2020
1 parent 582d8c8 commit b3d1fc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions download.tt
Expand Up @@ -20,7 +20,7 @@
<div class="collapse">
<div>
<article id="nix-quick-install">
<h2><span>1.</span>Quick install</h2>
<h2>Quick install</h2>
<p>
The quickest way to install Nix is to open a terminal and run the following
command (as a user other than <code>root</code> with <code>sudo</code> permission):
Expand All @@ -31,7 +31,7 @@
<p>The installation script requires that you have <code>sudo</code> access to <code>root</code>.</p>
</article>
<article id="nix-verify-installation">
<h2><span>2.</span>Verify installation</h2>
<h2>Verify installation</h2>
<p>You may want to verify the integrity of the installation script using GPG:</p>
<pre class="terminal-console">
<span cls="shell-prompt">$ </span>curl -o install-nix-[%latestNixVersion%] https://releases.nixos.org/nix/nix-[%latestNixVersion%]/install
Expand All @@ -47,14 +47,14 @@
</p>
</article>
<article id="nix-uninstall">
<h2><span>3.</span>Uninstall</h2>
<h2>Uninstall</h2>
<p>
You can uninstall Nix simply by running <code>rm -rf /nix</code>.
</p>
<!-- TODO: expand this https://github.com/NixOS/nix/issues/1402 -->
</article>
<article id="nix-more">
<h2><span>4.</span>More ...</h2>
<h2>More ...</h2>
<p>The following release items are also available:</p>
<ul>
<li><a href="[%latestNixMirror%]/nix-[%latestNixVersion%].tar.xz">Source tarball</a></li>
Expand Down

0 comments on commit b3d1fc1

Please sign in to comment.