Skip to content

Commit 0060aaf

Browse files
docs: make env vars copy/paste-able (#41)
Co-authored-by: Wenxin Du <[email protected]>
1 parent 54b265d commit 0060aaf

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ gemini extensions install https://github.com/gemini-cli-extensions/sql-server
4343

4444
Set the following environment variables before starting the Gemini CLI. These variables can be loaded from a `.env` file.
4545

46-
* `MSSQL_HOST`: The hostname or IP address of the SQL Server.
47-
* `MSSQL_PORT`: The port number of the SQL Server.
48-
* `MSSQL_DATABASE`: The name of the database to connect to.
49-
* `MSSQL_USER`: The username for authentication.
50-
* `MSSQL_PASSWORD`: The password for authentication.
46+
```bash
47+
export MSSQL_HOST="<your-sql-server-host>"
48+
export MSSQL_PORT="<your-sql-server-port>"
49+
export MSSQL_DATABASE="<your-database-name>"
50+
export MSSQL_USER="<your-database-user>"
51+
export MSSQL_PASSWORD="<your-database-password>"
52+
```
5153

5254
### Start Gemini CLI
5355

0 commit comments

Comments
 (0)