Skip to content

Commit

Permalink
Update new-install.md
Browse files Browse the repository at this point in the history
Signed-off-by: Sean P. Goggins <[email protected]>
  • Loading branch information
sgoggins authored Jun 5, 2024
1 parent d8ea7c8 commit 5a67f11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/new-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ sudo apt update &&
sudo apt upgrade &&
sudo apt install software-properties-common &&
sudo apt-get install libpq-dev &&
sudo apt install python3-dev &&
sudo apt install python3.10-venv &&
sudo apt install postgresql postgresql-contrib postgresql-client &&
sudo apt install python3.11-dev &&
sudo apt install python3.11-venv &&
sudo apt install postgresql-16 postgresql-contrib-16 postgresql-client-16 &&
sudo apt install build-essential &&
sudo apt install redis-server && # required
sudo apt install erlang && # required
Expand Down

0 comments on commit 5a67f11

Please sign in to comment.