From 5376aca5420e9cf5dde46a52037e1bf355ada758 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Sun, 18 Sep 2022 14:49:01 +0200 Subject: [PATCH] backticks --- content/rambles/nix-on-other-distros-packagemanagers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/rambles/nix-on-other-distros-packagemanagers.md b/content/rambles/nix-on-other-distros-packagemanagers.md index cb7fd3e..357155e 100644 --- a/content/rambles/nix-on-other-distros-packagemanagers.md +++ b/content/rambles/nix-on-other-distros-packagemanagers.md @@ -39,10 +39,10 @@ sudo apt install nix ``` On Alpine, you first have to add the "testing" repo. -This is part of the edge branch. -As far as I know, you _could in theory_ get away with just adding the "testing" repo and not moving the rest of your system over to edge, but I highly doubt that will do any good for the stability of your system. +This is part of the `edge` branch. +As far as I know, you _could in theory_ get away with just adding the "testing" repo and not moving the rest of your system over to `edge`, but I highly doubt that will do any good for the stability of your system. -Moving your system over to the edge branch is done by opening `/etc/apk/repositories`, uncommenting the mirrors referring to `edge` and commenting out the lines referring to (at time of writing) version `3.16`. +Moving your system over to the `edge` branch is done by opening `/etc/apk/repositories`, uncommenting the mirrors referring to `edge` and commenting out the lines referring to (at time of writing) version `3.16`. From there, run... ```sh