In `README.md` change export of env vars to: ``` export $(cat .env | sed 's/#.*//g' | xargs)` ```
In
README.mdchange export of env vars to: