diff --git a/content/rambles/nix-on-other-distros-packagemanagers.md b/content/rambles/nix-on-other-distros-packagemanagers.md index 1976c2d..5ecf1e3 100644 --- a/content/rambles/nix-on-other-distros-packagemanagers.md +++ b/content/rambles/nix-on-other-distros-packagemanagers.md @@ -12,7 +12,7 @@ The Nix package manager is an amazing tool that allows you to manage your packag I'm not going to get into why it's amazing or how it really works in this article. This is purely a guide to installing it in Alpine and Debian Linux. -**"Why not use the official instructions?"** +> "Why not use the official instructions?" The official instructions require you to `curl` a script directly into `sh`. From there it requires sudo privileges to install the package manager itself.