Skip to content

Commit eca9d5c

Browse files
readme: add info about debian package & building from source
1 parent e5557f6 commit eca9d5c

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

‎README.md‎

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,25 @@ Using the Golang library provides the most customization, while the CLI is the s
223223
brew install JohannesKaufmann/tap/html2markdown
224224
```
225225

226-
#### Manually
226+
#### Debian
227227

228-
Download the pre-compiled binaries from the [releases page](https://github.com/JohannesKaufmann/html-to-markdown/releases) and copy them to the desired location.
228+
A `deb` package is available. See the [Setup Instructions](https://cloudsmith.io/~html-to-markdown/repos/stable/setup/#formats-deb).
229+
230+
_Note: Support for other Linux distributions is tracked in [#119](https://github.com/JohannesKaufmann/html-to-markdown/issues/119)_
231+
232+
#### Pre-compiled Binaries
233+
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+
236+
#### Build from Source
237+
238+
Binaries are automatically built via [GoReleaser](https://goreleaser.com/) and attached to each [release](https://github.com/JohannesKaufmann/html-to-markdown/releases).
239+
240+
To build locally (requires Go):
241+
242+
```bash
243+
go build -o html2markdown ./cli
244+
```
229245

230246
### Version
231247

0 commit comments

Comments
 (0)