diff options
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. |