From 618b171df67bcd1a771dd302c8790a3ea1461973 Mon Sep 17 00:00:00 2001 From: DoctorLai Date: Sun, 21 Jul 2024 03:06:38 +0100 Subject: [PATCH] improve README (postgresql) (#314) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e849cca3..8d3c8b6a 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,12 @@ Hive is a "consensus interpretation" layer for the Steem blockchain, maintaining Dependencies: - OSX: `$ brew install python3 postgresql` - - Ubuntu: `$ sudo apt-get install python3 python3-pip` + - Ubuntu: `$ sudo apt-get install python3 python3-pip postgresql` Installation: +Please note that you would need to create a user, set password, and assign a role in postgres before continue. + ```bash $ createdb hive $ export DATABASE_URL=postgresql://user:pass@localhost:5432/hive