diff --git a/docs/setup.md b/docs/setup.md index 30b7834..cba3777 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -45,9 +45,9 @@ Set your MCP credentials in the environment, and the initial password for hosts On Windows there are multiple ways to set variables. You can do this by running the following in powershell: ```powershell -[Environment]::SetEnvironmentVariable("MCP_USER", "", "Process") -[Environment]::SetEnvironmentVariable("MCP_PASSWORD", "", "Process") -[Environment]::SetEnvironmentVariable("MCP_SSH_BOOTSTRAP_PASSWORD", "", "Process") +$env:MCP_USER= +$env:MCP_PASSWORD= +$env:MCP_SSH_BOOTSTRAP_PASSWORD= ``` Alternatively, open the Configuration Panel and look for System settings. Then add system environment variables