diff --git a/README.md b/README.md index f28648c..26d6831 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,13 @@ 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. -* `MSSQL_HOST`: The hostname or IP address of the SQL Server. -* `MSSQL_PORT`: The port number of the SQL Server. -* `MSSQL_DATABASE`: The name of the database to connect to. -* `MSSQL_USER`: The username for authentication. -* `MSSQL_PASSWORD`: The password for authentication. +```bash +export MSSQL_HOST="" +export MSSQL_PORT="" +export MSSQL_DATABASE="" +export MSSQL_USER="" +export MSSQL_PASSWORD="" +``` ### Start Gemini CLI