diff --git a/INSTALL.md b/INSTALL.md index 378719b6..a6476419 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,4 +1,4 @@ -# Installation on Ubuntu 16.04 +# Preliminaries for Ubuntu 16.04 Installation for other distros may be slightly different. This assumes nodejs 8 and npm are already installed. All of this is done in the lamassu-server directory. @@ -23,6 +23,16 @@ In ``psql``, run the following and set password to ``postgres123``: ctrl-d ``` +# Preliminaries for MacOS + +## Postgres + +Use Postgres.app: https://postgresapp.com/ + +**psql** is automatically installed. You won't need to set up users. + +# Installation + ## Install node modules Ignore any warnings.