diff --git a/README.md b/README.md index 6ae14d7..284f107 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,13 @@ globalAgent=npm export NI_CONFIG_FILE="$HOME/.config/ni/nirc" ``` +```ps +# for Windows + +# custom configuration file path in PowerShell accessible within the `$profile` path +$Env:NI_CONFIG_FILE = 'C:\to\your\config\location' +``` +
### How?