aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjeannekamikaze <jeannekamikaze@gmail.com>2012-08-08 00:37:13 +0300
committerjeannekamikaze <jeannekamikaze@gmail.com>2012-08-08 00:37:13 +0300
commitcefa451ff5088b60f3a224a59a1883201c2589d0 (patch)
tree01304668b0a5df103d141fad6ddaeb12e36ce626 /README.md
parentcd93a514debe37eece83b2105ce8ddab5692669c (diff)
Preceded commands with $
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 1e22d96..c3a8707 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,9 @@ Installation
9Simply clone the repo and build with cabal: 9Simply clone the repo and build with cabal:
10 10
11``` 11```
12git clone https://github.com/jeannekamikaze/Spear.git 12$ git clone https://github.com/jeannekamikaze/Spear.git
13cd Spear 13$ cd Spear
14cabal install 14$ cabal install
15``` 15```
16 16
17Documentation 17Documentation