From 9daaf65415ad6d3f5a8daa617d8737bc405f9dd8 Mon Sep 17 00:00:00 2001 From: Christopher Bacher Date: Tue, 6 Dec 2022 00:47:28 +0100 Subject: [PATCH] fix: Readme has a missing backtick --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index ba8c886..4048170 100644 --- a/Readme.md +++ b/Readme.md @@ -63,7 +63,7 @@ To update both architectures to the newest Pi-hole image version execute: nix develop update-pihole-image-info --arch amd64 update-pihole-image-info --arch arm64 -`` +``` The `update-pihole-image-info` command determines the newest image digest available, pre-fetches the images into the nix-store, and updates the respective `./pihole-image-info.ARCH.nix` files.