Skip to content

Commit

Permalink
improve README (postgresql) (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorLai authored Jul 21, 2024
1 parent 7c6874c commit 618b171
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 618b171

Please sign in to comment.