diff --git a/README.md b/README.md index b8fffb0..deae4de 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ This is a template for Go application projects based on [Standard Go Project Lay ### Build, run and debug application locally +#### Create environment file +Create and fill environment file from template `.env.dist` +``` shell +cp .env.dist .env +``` + ### Build, run and debug application with docker #### Create environment file for docker