From 92174dc0d2631ffec4956137ffc0599b4470b602 Mon Sep 17 00:00:00 2001 From: Ruslan Talpa Date: Tue, 10 Nov 2015 10:31:22 +0200 Subject: [PATCH] modify build from source steps to also copy the bin to the right location (remove small comment) --- docs/install/server.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/install/server.md b/docs/install/server.md index 986e5430b..f1fffa50b 100644 --- a/docs/install/server.md +++ b/docs/install/server.md @@ -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`.