From 81d658fe4afda234028cd4551e12491db4303957 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 9 Sep 2013 18:11:47 +0200 Subject: [PATCH] Fix readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 01967e800..c5964fd5e 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Installation Assuming you have Nix installed, just do - $ git clone https://github.com/edolstra/nix-repl.git - $ cd nix-repl - $ nix-env -f . -i nix-repl + $ git clone https://github.com/edolstra/nix-repl.git + $ cd nix-repl + $ nix-env -f . -i nix-repl Example -------