Skip to content

Commit 34d77c1

Browse files
authored
Update README.md
1 parent a6d36fe commit 34d77c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ Check the available make targets to simulate and deploy the smart contracts:
8282
- [ ] Is running in a safe location and using a trusted network
8383
- [ ] It exposes no services or ports
8484
- MacOS: `sudo lsof -iTCP -sTCP:LISTEN -nP`
85-
- Linux: `sudo ss -tlpn`
86-
- Windows: `netstat -ano -p tcp`
85+
- Linux: `netstat -tulpn`
86+
- Windows: `netstat -nao -p tcp`
8787
- [ ] The wifi or wired network in use does not expose any ports to a WAN
8888
- [ ] I have run `make predeploy` and the simulation completes with no errors
8989
- [ ] The deployment wallet has sufficient native token for gas

0 commit comments

Comments
 (0)