You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,16 @@ _Note: Support for other Linux distributions is tracked in [#119](https://github
233
233
234
234
Download pre-compiled binaries for Linux, macOS or Windows from the [releases page](https://github.com/JohannesKaufmann/html-to-markdown/releases). Extract the archive and copy the executable to a location in your system PATH (e.g. `/usr/local/bin`).
235
235
236
+
#### Installation via Go
237
+
238
+
If you have Go installed, you can install the CLI directly using:
239
+
240
+
```bash
241
+
go install github.com/JohannesKaufmann/html-to-markdown/v2/cli/html2markdown@latest
242
+
```
243
+
244
+
This will download the source code and compile it into an executable in your Go binary directory (typically `$GOPATH/bin`).
245
+
236
246
#### Build from Source
237
247
238
248
Binaries are automatically built via [GoReleaser](https://goreleaser.com/) and attached to each [release](https://github.com/JohannesKaufmann/html-to-markdown/releases).
0 commit comments