Skip to content

Commit

Permalink
docs: fix example env file path
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Aug 20, 2024
1 parent 85ba022 commit d8c520f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can take a look at our custom [varnish-post](https://github.com/zazuko/varni

```sh
npm install # Install dependencies
cp .env.example .env # Copy environment variables
cp example.env .env # Copy environment variables file
# Open your editor, and fill the environment variables in the `.env` file
npm run start # Start the script
```
Expand Down

0 comments on commit d8c520f

Please sign in to comment.