diff options
author | jeannekamikaze <jeannekamikaze@gmail.com> | 2012-08-08 00:37:13 +0300 |
---|---|---|
committer | jeannekamikaze <jeannekamikaze@gmail.com> | 2012-08-08 00:37:13 +0300 |
commit | cefa451ff5088b60f3a224a59a1883201c2589d0 (patch) | |
tree | 01304668b0a5df103d141fad6ddaeb12e36ce626 | |
parent | cd93a514debe37eece83b2105ce8ddab5692669c (diff) |
Preceded commands with $
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,9 +9,9 @@ Installation | |||
9 | Simply clone the repo and build with cabal: | 9 | Simply clone the repo and build with cabal: |
10 | 10 | ||
11 | ``` | 11 | ``` |
12 | git clone https://github.com/jeannekamikaze/Spear.git | 12 | $ git clone https://github.com/jeannekamikaze/Spear.git |
13 | cd Spear | 13 | $ cd Spear |
14 | cabal install | 14 | $ cabal install |
15 | ``` | 15 | ``` |
16 | 16 | ||
17 | Documentation | 17 | Documentation |