From 8bbde3e2703b58d8c57aa251f763cafea805a57f Mon Sep 17 00:00:00 2001 From: Mirza Arnaut Date: Mon, 27 May 2024 00:24:11 +0200 Subject: [PATCH] Fix some quotes in readme --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index da1303e..bc8de65 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Mirza's Awesome Nix Config - - -![alternative nixos logo](https://preview.redd.it/nixos-logo-variations-v0-yr95r3otvsob1.png?width=1024&format=png&auto=webp&s=d0a14a613101103a31844ab60a711128286468a2) +![https://www.reddit.com/r/NixOS/comments/16ky6ez/nixos_logo_variations/](https://preview.redd.it/nixos-logo-variations-v0-yr95r3otvsob1.png?width=1024&format=png&auto=webp&s=d0a14a613101103a31844ab60a711128286468a2) ## Initial setup @@ -11,7 +9,7 @@ When first time trying to install the flake, you need to run: ```sh -sudo nixos-rebuild switch --flake './#' +sudo nixos-rebuild switch --flake "./#" ``` ### Home Manager @@ -32,12 +30,12 @@ After the initial setup, the system can be configured using the `nh` command. It ```sh nh os switch # if the FLAKE variable is set, or -nh os switch ./# +nh os switch "./#" ``` ### Home Manager ```sh nh home switch # if the FLAKE variable is set, or -nh home switch ./# +nh home switch "./#" ```