From ca454d648ed1740a93eedce1a3f66993f64d4ea0 Mon Sep 17 00:00:00 2001 From: Robert Nagy <36110768+robertn01@users.noreply.github.com> Date: Fri, 3 Jan 2025 01:41:09 +0000 Subject: [PATCH] Update install_eicu_locally.md brew install postgresql as updated syntax --- website/content/tutorials/install_eicu_locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/tutorials/install_eicu_locally.md b/website/content/tutorials/install_eicu_locally.md index 730931d..748beb0 100644 --- a/website/content/tutorials/install_eicu_locally.md +++ b/website/content/tutorials/install_eicu_locally.md @@ -18,7 +18,7 @@ Prerequisites: *This tutorial assumes that you have already completed the [steps Postgres (also known as PostgreSQL) is a database management system. To create an instance of the database on your local machine, you'll first need to make sure that Postgres is installed. For installation, please refer to: http://www.postgresql.org/download/ -On Mac OSX with the [Homebrew package manager](http://brew.sh/), simply type ```brew install postgres```. On Ubuntu Linux, try ```sudo apt-get install postgresql-9.4```. +On Mac OSX with the [Homebrew package manager](http://brew.sh/), simply type ```brew install postgresql```. On Ubuntu Linux, try ```sudo apt-get install postgresql-9.4```. ## 2. Place the CSV data files in a local directory