Update README_EN.md

This commit is contained in:
xykt
2025-04-24 00:02:30 +08:00
committed by GitHub
parent c03ec32bb5
commit 9737b0087d

View File

@@ -111,6 +111,13 @@ bash <(curl -Ls Net.Check.Place) -l cn|en
bash <(curl -Ls Net.Check.Place) -Ej
```
##### Output report to file in ANSI/JSON/Text format:
````bash
bash <(curl -Ls Net.Check.Place) -o /path/to/file.ansi
bash <(curl -Ls Net.Check.Place) -o /path/to/file.json
bash <(curl -Ls Net.Check.Place) -o /path/to/file.txtoranyother
````
##### Skip checking OS and dependencies:
```bash
@@ -131,6 +138,8 @@ bash <(curl -Ls Net.Check.Place) -Ef
## Script Updates
2025/04/23 18:00 Add -o to output report to file in ANSI/JSON/Text format, fixed the occasional stuck issue in routing test
2025/04/21 22:15 Collapse routing duplicate information for full routing mode
2025/04/21 00:00 Fix macOS compatibility issues and improve script robustness