about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-09-09T16·11+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-09-09T16·11+0200
commit81d658fe4afda234028cd4551e12491db4303957 (patch)
tree159e11e153d4a1017faa7d879a7bde8e47fbb074 /README.md
parent853d2e0aa42b1a7e5de6111c86dbd4a16e0fe411 (diff)
Fix readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 01967e800345..c5964fd5ea17 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
 -------