diff --git a/README_EN.md b/README_EN.md index cc92a6b..941d637 100644 --- a/README_EN.md +++ b/README_EN.md @@ -37,10 +37,16 @@ ![Net](https://github.com/xykt/ScriptMenu/raw/main/res/Net_EN.png) +##### Bash: ````bash bash <(curl -Ls https://Check.Place) -EN ```` +##### Docker: +````bash +docker run --rm --net=host -it xykt/check -EN && docker rmi xykt/check > /dev/null 2>&1 +```` + ### Advanced Mode: Run with Parameters ![Help](https://github.com/xykt/NetQuality/raw/main/res/help.png) @@ -142,8 +148,15 @@ bash <(curl -Ls https://Net.Check.Place) -Ef bash <(curl -Ls https://Net.Check.Place) -p ```` +##### Docker (supports runtime arguments; insert them before the ```&&```): +````bash +docker run --rm --net=host -it xykt/netquality -E && docker rmi xykt/netquality > /dev/null 2>&1 +```` + ## Script Updates +2025/08/03 00:00 Add Docker support + 2025/08/01 15:15 Add -p for privacy mode, which disables online report links 2025/07/30 16:50 Replace all HTTP requests with HTTPS to improve script security