Skip to content

Commit 83dda79

Browse files
authored
Updating command for authentication on windows
1 parent b86dcb3 commit 83dda79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ Set LambdaTest `Username` and `Access Key` in environment variables.
6666
```
6767
* For **Windows**:
6868
```bash
69-
set LT_USERNAME="YOUR_USERNAME" set LT_ACCESS_KEY="YOUR ACCESS KEY"
69+
$env:LT_USERNAME='YOUR_USERNAME'
70+
$env:LT_ACCESS_KEY='YOUR ACCESS KEY'
7071
```
7172

7273
## Run Your First Test

0 commit comments

Comments
 (0)