aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVPanteleev-S7 <[email protected]>2022-10-19 14:22:02 +0000
committerGitHub <[email protected]>2022-10-19 14:22:02 +0000
commit35efb9330d39e8eb85b1ecbc961fee1996281850 (patch)
treea8c138af9a0ac1b8ab04a2489d619def8b8512bf
parent- [+] publishing to central cloudsmith repo (diff)
downloadhtml2md-35efb9330d39e8eb85b1ecbc961fee1996281850.tar.xz
html2md-35efb9330d39e8eb85b1ecbc961fee1996281850.zip
README: Update install instructions
Reference: https://golang.org/doc/go-get-install-deprecation
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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