From 35efb9330d39e8eb85b1ecbc961fee1996281850 Mon Sep 17 00:00:00 2001 From: VPanteleev-S7 <108007295+VPanteleev-S7@users.noreply.github.com> Date: Wed, 19 Oct 2022 14:22:02 +0000 Subject: README: Update install instructions Reference: https://golang.org/doc/go-get-install-deprecation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 462f63c..6d8cf7a 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ as the result of the Continuous-Integration process. To install the source code instead: ``` -go get github.com/suntong/html2md +go install github.com/suntong/html2md@latest ``` # Credits & Authors -- cgit v1.2.3