Skip to content

Commit

Permalink
Merge pull request #142 from leonstafford/master
Browse files Browse the repository at this point in the history
Support for installing on OpenBSD
  • Loading branch information
wjdp committed Jan 15, 2020
2 parents 57fe7e6 + d3fbe36 commit 3e6b803
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ builds:
- windows
- darwin
- linux
- openbsd
goarch:
- 386
- amd64
Expand All @@ -30,6 +31,7 @@ archive:
windows: windows
386: i386
amd64: amd64
openbsd: openbsd
format_overrides:
- goos: windows
format: zip
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ By default this will install `htmltest` into `./bin` of your current directory,

:arrow_down: Download the [latest binary release](https://github.com/wjdp/htmltest/releases/latest) and put it somewhere on your PATH.

### :blowfish: OpenBSD

:arrow_down: Download the [latest binary release](https://github.com/wjdp/htmltest/releases/latest) and put it somewhere on your PATH.

You can also build from sources by cloning this repo and running `sh build.sh`, which puts the `htmltest` executable in the `./bin` dir. Use in place, or install to path such as `/usr/local/bin`.


### :whale: Docker

```docker run -v $(pwd):/test --rm wjdp/htmltest```
Expand Down

0 comments on commit 3e6b803

Please sign in to comment.