Mention --install-ghc flag is needed only for the first time. (#347)

This commit is contained in:
Vikas Prasad
2020-08-20 14:23:14 -05:00
committed by steve-chavez
parent 92f76722cc
commit 5b59e79dc9
+2 -1
View File
@@ -33,7 +33,8 @@ To help with development, you'll need to build from source. `Stack <https://gith
.. note::
If building fails and your system has less than 1GB of memory, try adding a swap file.
- If building fails and your system has less than 1GB of memory, try adding a swap file.
- `--install-ghc` flag is only needed for the first build and can be omitted in the subsequent builds.
* Check that the server is installed: :code:`postgrest --help`.