modify build from source steps to also copy the bin to the right location (remove small comment)

This commit is contained in:
Ruslan Talpa
2015-11-10 10:31:22 +02:00
parent 2d72847d39
commit 92174dc0d2
-1
View File
@@ -54,7 +54,6 @@ sudo stack install --install-ghc --local-bin-path /usr/local/bin
```bash
postgrest dbconnectionstring arg1 arg2
# ... your arguments after the double dashes
```
If you want to run the test suite, stack can do that too: `stack test`.