diff options
| author | VPanteleev-S7 <[email protected]> | 2022-10-19 14:22:02 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-19 14:22:02 +0000 |
| commit | 35efb9330d39e8eb85b1ecbc961fee1996281850 (patch) | |
| tree | a8c138af9a0ac1b8ab04a2489d619def8b8512bf | |
| parent | - [+] publishing to central cloudsmith repo (diff) | |
| download | html2md-35efb9330d39e8eb85b1ecbc961fee1996281850.tar.xz html2md-35efb9330d39e8eb85b1ecbc961fee1996281850.zip | |
README: Update install instructions
Reference: https://golang.org/doc/go-get-install-deprecation
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |