We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
username
postgres
1 parent de9ac51 commit a5d55afCopy full SHA for a5d55af
README.md
@@ -81,7 +81,7 @@ cp config.example.json config.json
81
$EDITOR config.json # Edit as appropriate
82
yarn && yarn build
83
cd ../backend
84
-psql -f schema.sql -U username zer0bin # Replace username with psql username
+psql -f schema.sql -U postgres zer0bin
85
cp config.example.json config.json
86
87
cargo build --release
0 commit comments