Skip to content

Commit

Permalink
v0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
d-led committed Oct 1, 2020
1 parent dc489e6 commit d642cb0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Notable changes will be documented here

## 0.9.9
## 0.9.10 preliminary

- binaries: link-checker-service, sample UI, sample large list check
- link-checker-service:
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Endpoints:

## Quickstart

get the binary into `$GOPATH/bin`
- get the binary into `$GOPATH/bin`


```
go get -u github.com/siemens/link-checker-service
Expand All @@ -24,7 +25,12 @@ go get -u github.com/siemens/link-checker-service
link-checker-service serve
```

or run the service dockerized, without installing Go:

- download it from the [releases](/releases)


- run the service dockerized, without installing Go:


```
docker-compose up --build
Expand Down

0 comments on commit d642cb0

Please sign in to comment.