fix: corrected run command

This commit is contained in:
2022-08-07 23:32:24 +03:00
parent ff29c49867
commit 0e44798696
+1 -1
View File
@@ -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