diff --git a/README.md b/README.md index d649896..9e8f2a7 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,16 @@ gemini extensions install https://github.com/gemini-cli-extensions/sql-server Set the following environment variables before starting the Gemini CLI. These variables can be loaded from a `.env` file. +#### PowerShell +```powershell +$env:MSSQL_HOST = '' # Optional: defaults to localhost +$env:MSSQL_PORT = '' # Optional: defaults to 1433 +$env:MSSQL_DATABASE = '' +$env:MSSQL_USER = '' +$env:MSSQL_PASSWORD = '' +``` + +#### Bash ```bash export MSSQL_HOST="" # Optional: defaults to localhost export MSSQL_PORT="" # Optional: defaults to 1433