From edf3bdc0dac74039a32a5d5043f680b28a83d6c5 Mon Sep 17 00:00:00 2001 From: OFJAAAH <70953773+OFJAAAH@users.noreply.github.com> Date: Thu, 2 Sep 2021 13:04:42 -0300 Subject: [PATCH] Update README.md --- html-tool/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html-tool/README.md b/html-tool/README.md index 485f517..e228c21 100644 --- a/html-tool/README.md +++ b/html-tool/README.md @@ -5,7 +5,7 @@ Take URLs or filenames for HTML documents on stdin and extract tag contents, att ## Install ``` -▶ go get -u github.com/tomnomnom/hacks/html-tool +▶ go install github.com/tomnomnom/hacks/html-tool@latest ``` ## Usage