From 317f1bfb0d10126f64a3223ee58b3fe50e1c1edf Mon Sep 17 00:00:00 2001 From: Amanda Graven Date: Fri, 9 Jan 2026 18:34:33 +0100 Subject: [PATCH] Remove $ prefix from shell code fences --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0388c24..6852b72 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,16 @@ TL;DR: First make sure you have `niv` so you can upgrade dependency versions in `sources.json`. ```sh -$ nix-shell -p niv -$ (cd config/sources && niv update) +nix-shell -p niv +(cd config/sources && niv update) ``` Build with: ```sh -$ nix-build deploy/ +nix-build deploy/ ``` Deploy by running the generated executable. ```sh -$ ./result +./result ``` ## Switching nixpkgs branch