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.
1 parent 614af46 commit 07f7edcCopy full SHA for 07f7edc
README.md
@@ -65,8 +65,7 @@ cargo build
65
# Start the external services
66
docker-compose up -d db s3
67
# anything that doesn't run via docker-compose needs the settings defined in
68
-# .env. Either via `. .env` as below, or via any dotenv shell integration
69
-(dotenv, direnv, ...).
+# .env. Either via `. .env` as below, or via any dotenv shell integration.
70
. .env
71
# Setup the database you just created
72
cargo run -- database migrate
0 commit comments