Skip to content

Commit

Permalink
- [#] update README
Browse files Browse the repository at this point in the history
  • Loading branch information
suntong committed Jul 5, 2021
1 parent accdeb8 commit 7c48239
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 10 deletions.
21 changes: 17 additions & 4 deletions README.e.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,30 @@ $ 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:

```
go get github.com/suntong/{{.Name}}
```

# Credits & Authors


## Credits

Expand All @@ -120,6 +132,7 @@ go get github.com/suntong/{{.Name}}
Tong SUN
![suntong from cpan.org](https://img.shields.io/badge/suntong-%40cpan.org-lightgrey.svg "suntong from cpan.org")

_Powered by_ [**WireFrame**](https://github.com/go-easygen/wireframe), [![PoweredBy WireFrame](https://github.com/go-easygen/wireframe/blob/master/PoweredBy-WireFrame-Y.svg)](http://godoc.org/github.com/go-easygen/wireframe), the _one-stop wire-framing solution_ for Go cli based projects, from start to deploy.
[![PoweredBy WireFrame](https://github.com/go-easygen/wireframe/blob/master/PoweredBy-WireFrame-Y.svg)](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.
27 changes: 21 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -144,18 +146,30 @@ $ 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:

```
go get github.com/suntong/html2md
```

# Credits & Authors


## Credits

Expand All @@ -172,6 +186,7 @@ go get github.com/suntong/html2md
Tong SUN
![suntong from cpan.org](https://img.shields.io/badge/suntong-%40cpan.org-lightgrey.svg "suntong from cpan.org")

_Powered by_ [**WireFrame**](https://github.com/go-easygen/wireframe), [![PoweredBy WireFrame](https://github.com/go-easygen/wireframe/blob/master/PoweredBy-WireFrame-Y.svg)](http://godoc.org/github.com/go-easygen/wireframe), the _one-stop wire-framing solution_ for Go cli based projects, from start to deploy.
[![PoweredBy WireFrame](https://github.com/go-easygen/wireframe/blob/master/PoweredBy-WireFrame-Y.svg)](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.

0 comments on commit 7c48239

Please sign in to comment.