Skip to content

Commit 07f7edc

Browse files
committed
remove direnv/dotenv examples from readme.
1 parent 614af46 commit 07f7edc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ cargo build
6565
# Start the external services
6666
docker-compose up -d db s3
6767
# 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, ...).
68+
# .env. Either via `. .env` as below, or via any dotenv shell integration.
7069
. .env
7170
# Setup the database you just created
7271
cargo run -- database migrate

0 commit comments

Comments
 (0)