Skip to content

Commit

Permalink
Change install instructions from postgresql-11 to postgresql
Browse files Browse the repository at this point in the history
So that we don't have to update this with every PostgreSQL release.
  • Loading branch information
czlee committed May 25, 2020
1 parent 2175202 commit fdf8498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Short version
.. parsed-literal::
curl -sL https\:\/\/deb.nodesource.com/setup_8.x | sudo -E bash - # add Node.js source repository
sudo apt install python3-dev python3-venv postgresql-11 libpq-dev nodejs gcc g++ make
sudo apt install python3-dev python3-venv postgresql libpq-dev nodejs gcc g++ make
git clone https\:\/\/github.com/TabbycatDebate/tabbycat.git
cd tabbycat
git checkout master
Expand Down

0 comments on commit fdf8498

Please sign in to comment.