Skip to content

Commit 70f4bf9

Browse files
committed
[doc] readme: add windows command
1 parent fdcd14f commit 70f4bf9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ If you use chrome, stop all chrome instances and then run:
1010
```bash
1111
chromium-browser --disable-web-security --user-data-dir
1212
```
13+
Or on windows:
14+
```
15+
start chrome.exe --disable-web-security --user-data-dir="C:\temp\chrome_dev"
16+
```
17+

0 commit comments

Comments
 (0)