From 0e447986968c2e459e1385a76b2d248b7ad890ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=24i=D1=85?= Date: Sun, 7 Aug 2022 23:32:24 +0300 Subject: [PATCH] fix: corrected run command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28dda5f..b4d25d5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ go build -ldflags "-s -w" -o bin/app . #### Run application ``` shell -env $(cat .env|xargs) ./bin/app + env $(cat .env|grep -v -e #|xargs) ./bin/app ``` #### Test application