From ad332a25e0a8584cc20b7fac8ea3bb011d9513fd Mon Sep 17 00:00:00 2001 From: Ashley Harvey Date: Tue, 25 Feb 2020 14:56:06 -0800 Subject: [PATCH] Replace ping with curl. (#41) fixes https://github.com/you-dont-need/You-Dont-Need-GUI/issues/36 --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5a5970d..05d0a7b 100644 --- a/readme.md +++ b/readme.md @@ -317,7 +317,8 @@ killall program_name **STOP OPENING A BROWSER** :-1: ```shell -ping umair.surge.sh +curl -i umair.surge.sh +# curl's -i (--include) option includes HTTP response headers in its output. ``` ## view content of a file