Skip to content

Commit 548cf42

Browse files
added windows specific run command in readme
1 parent 2bbf9b1 commit 548cf42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
## How to run
2020
- Code
2121
- Install all the required packages: `npm install`
22-
- Start Requests Debugger with the required arguments: `npm run start -- <args>`.
22+
- Start Requests Debugger with the required arguments: `npm run start -- <args>`. On windows, use `node src\requestsDebugger.js` if npm run start fails.
2323
- Supported `args`:
2424
- `--port <port>`: Port on which the Requests Debugger Tool's Proxy will run. Default: 9687
2525
- `--reverse-proxy-port <port>`: Port on which the Requests Debugger Tool's Reverse Proxy will run. Default: 9688

0 commit comments

Comments
 (0)