Skip to content

Commit

Permalink
Merge pull request #631 from NixOS/fix-627
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
2 parents 582d8c8 + b3d1fc1 commit 547d153
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

1 comment on commit 547d153

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://nixos.org as production
🚀 Deployed on https://5f95f29bc7fa31b15b11a5b2--nixos-homepage.netlify.app

Please sign in to comment.