From 1f437fe6e2f8b2b411756fc7d82efd0e7ac05e6a Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Sun, 9 Jul 2023 20:44:40 -0700 Subject: [PATCH] Changed sample env to txt extention --- Quick-Start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quick-Start.md b/Quick-Start.md index ce24753..244f302 100644 --- a/Quick-Start.md +++ b/Quick-Start.md @@ -16,7 +16,7 @@ cd projectName # STEP 3 # Setup your env file -cp env.sample .env; cp env.sample .env.staging +cp env.sample.txt .env; cp env.sample.txt .env.staging # edit your file with any text editor (I use vim) vi .env