From 0e5fba2dfbb4492b6819da89a4787eb5bbff5ba0 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Thu, 23 Mar 2017 14:01:46 +0800 Subject: [PATCH] [Docs] Also add `--compressed` for `curl` in issue template, cc #1437 --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b4f39c5..8d68916 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -32,7 +32,7 @@ - Is there anything in any of your profile files (`.bashrc`, `.bash_profile`, `.zshrc`, etc) that modifies the `PATH`? -- If you are having installation issues, or getting "N/A", what does `curl -v nodejs.org/dist/` print out? +- If you are having installation issues, or getting "N/A", what does `curl --compressed -v nodejs.org/dist/` print out?