Skip to content

Commit a5d55af

Browse files
docs: 📝 username -> postgres
1 parent de9ac51 commit a5d55af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ cp config.example.json config.json
8181
$EDITOR config.json # Edit as appropriate
8282
yarn && yarn build
8383
cd ../backend
84-
psql -f schema.sql -U username zer0bin # Replace username with psql username
84+
psql -f schema.sql -U postgres zer0bin
8585
cp config.example.json config.json
8686
$EDITOR config.json # Edit as appropriate
8787
cargo build --release

0 commit comments

Comments
 (0)