Commit 300f97ca1ca065a3fe2316d10bddf005821776e7
1 parent
c04b3a0d24
Exists in
master
Added clarification to README.md install section
Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff
README.md
View file @
300f97c
... | ... | @@ -8,7 +8,8 @@ |
8 | 8 | |
9 | 9 | $ cabal install |
10 | 10 | |
11 | -while in the project's main directory. This will install it in cabal's | |
11 | +while in the project's main directory. This will install needed dependencies | |
12 | +and then build and install foldbanner in cabal's | |
12 | 13 | default bin directory. Ordinary users probably will find the binary |
13 | 14 | in $HOME/.cabal/bin/ and may want to add that directory to their path |
14 | 15 | if they haven't already. |