diff --git a/README.md b/README.md index 3950e09..3e43ef9 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Full list of configuration options can be found in the [.env.sample](.env.sample - [Install uv](https://docs.astral.sh/uv/getting-started/installation/) -- Create a .env file similar to .env.sample; fill in baseurls and tokens, **remember to uncomment anything you wish to use** (e.g., user mapping, library mapping, black/whitelist, etc.) +- Create a .env file similar to .env.sample; fill in baseurls and tokens, **remember to uncomment anything you wish to use** (e.g., user mapping, library mapping, black/whitelist, etc.). If you want to store your .env file anywhere else or under a different name you can use ENV_FILE variable to specify the location. - Run @@ -58,6 +58,10 @@ Full list of configuration options can be found in the [.env.sample](.env.sample uv run main.py ``` + ```bash + ENV_FILE="Test.env" uv run main.py + ``` + ### Docker - Build docker image