diff options
| author | Tong Sun <[email protected]> | 2021-07-05 19:27:04 -0400 |
|---|---|---|
| committer | Tong Sun <[email protected]> | 2021-07-05 19:27:04 -0400 |
| commit | 7c4823944e87725fc939c4a3f1d13c967d20d876 (patch) | |
| tree | f06936ef9aace97c38aa5a13b1c8a7d7b54cde6e /README.e.md | |
| parent | - [+] use GH actions for CD instead (diff) | |
| download | html2md-7c4823944e87725fc939c4a3f1d13c967d20d876.tar.xz html2md-7c4823944e87725fc939c4a3f1d13c967d20d876.zip | |
- [#] update README
Diffstat (limited to 'README.e.md')
| -rw-r--r-- | README.e.md | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/README.e.md b/README.e.md index 233cb81..2734bc2 100644 --- a/README.e.md +++ b/README.e.md @@ -92,11 +92,21 @@ $ cat $GOPATH/src/github.com/JohannesKaufmann/html-to-markdown/testdata/TestPlug + ``` -# Debian package +# Download/Install -Will be available once `github.com/JohannesKaufmann/html-to-markdown` has a release version. -# Install Source +## Download binaries + +- The latest binary executables are available right under the github release page +https://github.com/suntong/{{.Name}}/releases +as the result of the Continuous-Integration process. +- I.e., they are built during every git tagged push, automatically by [GitHub Actions](https://github.com/features/actions), right from the source code, truely WYSIWYG. +- The `.deb`, `.rpm` and `.apk` packages are readily available, as well as the executables for other Linux and Windows as well. +- Pick & choose the binary executable that suits your OS and its architecture. E.g., for Linux, it would most probably be the `{{.Name}}_ver_linux_amd64.tar.gz` file. +- Unzip it and put the executable somewhere in the PATH, after downloading it. + + +## Install Source To install the source code instead: @@ -104,6 +114,8 @@ To install the source code instead: go get github.com/suntong/{{.Name}} ``` +# Credits & Authors + ## Credits @@ -120,6 +132,7 @@ go get github.com/suntong/{{.Name}} Tong SUN  -_Powered by_ [**WireFrame**](https://github.com/go-easygen/wireframe), [](http://godoc.org/github.com/go-easygen/wireframe), the _one-stop wire-framing solution_ for Go cli based projects, from start to deploy. +[](http://godoc.org/github.com/go-easygen/wireframe) +_Powered by_ [**WireFrame**](https://github.com/go-easygen/wireframe), the _one-stop wire-framing solution_ for Go cli based projects, from start to deploy. All patches welcome. |