Commit 761ab00f002e

Vincent Demeester <vincent@sbr.pm>
2018-08-14 12:49:54
Update README.md a tiny bit
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 00cdf39
Changed files (1)
README.md
@@ -2,6 +2,8 @@
 
 This repository is using `home-manager` and `nix`.
 
+If you don't have `nix` installed, run `curl https://nixos.org/nix/install | sh` to install it.
+
 - clone this repository in `$HOME/.config/nixpkgs`
 - create a `home.nix` file with the content you want.
   Some machines files already exists that you can use :
@@ -15,4 +17,4 @@ This repository is using `home-manager` and `nix`.
   }
   ```
 - run `nix-shell https://github.com/rycee/home-manager/archive/master.tar.gz -A install` (maybe twice :D)
-- run `echo -n "Passphrase: "; read -i PASSPHRASE; env PASSPHRASE=$PASSPHRASE home-manager switch;`
\ No newline at end of file
+- run `echo -n "Passphrase: "; read -i PASSPHRASE; env PASSPHRASE=$PASSPHRASE home-manager switch;`