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 | |
| parent | - [+] use GH actions for CD instead (diff) | |
| download | html2md-7c4823944e87725fc939c4a3f1d13c967d20d876.tar.xz html2md-7c4823944e87725fc939c4a3f1d13c967d20d876.zip | |
- [#] update README
| -rw-r--r-- | README.e.md | 21 | ||||
| -rw-r--r-- | README.md | 27 |
2 files changed, 38 insertions, 10 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. @@ -14,8 +14,10 @@ - [Using goquery](#using-goquery) - [The options and plugins](#the-options-and-plugins) - [Testing the new table plugins](#testing-the-new-table-plugins) -- [Debian package](#debian-package) -- [Install Source](#install-source) +- [Download/Install](#downloadinstall) + - [Download binaries](#download-binaries) + - [Install Source](#install-source) +- [Credits & Authors](#credits-&-authors) - [Credits](#credits) - [Similar Projects](#similar-projects) - [Author(s) & Contributor(s)](#author(s)-&-contributor(s)) @@ -144,11 +146,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/html2md/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 `html2md_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: @@ -156,6 +168,8 @@ To install the source code instead: go get github.com/suntong/html2md ``` +# Credits & Authors + ## Credits @@ -172,6 +186,7 @@ go get github.com/suntong/html2md 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. |