home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 761ab00f002e8804ca0af39e07c32cd5d5ab68d7
parent 00cdf39e6e19ebfa5973d0a3912daff583d1ecd0
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 14 Aug 2018 12:49:54 +0200

Update README.md a tiny bit

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
MREADME.md | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/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;`