Fix documentation

This commit is contained in:
Javier Goizueta 2016-02-18 18:49:31 +01:00
parent b66ed7d48e
commit 83b1961cd8

View File

@ -75,5 +75,5 @@ Installing the Python package and running the PostgreSQL tests:
sudo pip install python/crankdown --upgrade
cd pg
sudo make install
make installcheck
PGUSER=postgres make installcheck
```