Skip to content

Commit a0b47f2

Browse files
authored
Update README.md
1 parent bd0e0d3 commit a0b47f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ https://sleepy-beyond-95793.herokuapp.com/
99
3. `CREATE DATABASE toolshare;`
1010
4. `CREATE USER sunuwars WITH SUPERUSER PASSWORD 'sunuwars123';`
1111
5. `ALTER DATABASE toolshare OWNER TO sunuwars;`
12+
13+
INSTEAD OF steps 2 to 5, another option is to do this:
14+
`createdb toolshare -O sunuwars`
15+
(or `createdb toolshare –owner=sunuwars`)
16+
1217
6. Create `config.env` in the project's root directory
1318
7. Copy `DB_URL = postgres://sunuwars:sunuwars123@localhost:5432/toolshare` into `config.env`
1419
8. `npm run dev`

0 commit comments

Comments
 (0)