diff --git a/docs/configuration/files.md b/docs/configuration/files.md index b6c7a217..c55e01c7 100644 --- a/docs/configuration/files.md +++ b/docs/configuration/files.md @@ -38,3 +38,10 @@ parameter on launch: ```bash ❯ wtfutil --config=path/to/custom/config.yml ``` + +You can also specify this configuration using hte `WTF_CONFIG` environment variables: + +```bash +❯ export WTF_CONFIG=path/to/custom/config.yml +❯ wtfutil +```