Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Remove psql -U postgres hint
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Aug 3, 2023
1 parent db05dd3 commit 516cf8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ createuser -s postgres

Create database
```bash
psql -U postgres
createdb lantern
createdb lantern -U postgres
```

### Start the service
Expand Down

0 comments on commit 516cf8e

Please sign in to comment.