Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benborla authored Aug 28, 2024
1 parent a5934a5 commit 2bbeec4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ This Rust Microservice Starter Kit provides a solid foundation for building high
```
# Create .env file
cp .env.dist .env
# Edit your .env and replace the value of DATABASE_URL, it should be a POSTGRESQL Connection String from your Neon Database, or you local PostgreSQL server.
# Edit your .env and replace the value of DATABASE_URL,
# it should be a POSTGRESQL Connection String from your Neon database or your local PostgreSQL server.
# Run migrations
cd migration
Expand Down

0 comments on commit 2bbeec4

Please sign in to comment.