Skip to content

Commit

Permalink
Merge pull request #46 from ivanilves/readme-upgrade
Browse files Browse the repository at this point in the history
README.md: Add information about binary releases
  • Loading branch information
ivanilves authored Sep 18, 2017
2 parents bc33d18 + 5c0f0ea commit 1ab393f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ changelog: GITHUB_COMMIT_URL:=https://github.com/ivanilves/lstags/commit
changelog:
@echo "## Changelog"
@git log --oneline v${LAST_RELEASE}..HEAD | egrep -v "^[0-9a-f]{7,} (Merge |Ignore:)" | \
sed -r "s|^([0-9a-f]{7,}) (.*)|* **[\`\1\`](${GITHUB_COMMIT_URL}/\1)** \2|"
sed -r "s|^([0-9a-f]{7,}) (.*)|* [\`\1\`](${GITHUB_COMMIT_URL}/\1) \2|"

release: clean
release: LAST_RELEASE:=$(shell git tag | sed 's/^v//' | sort -n | tail -n1)
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ My CI server is connected over crappy Internet link and pulling images in advanc
There is also special `UNKNOWN` state, which means `lstags` failed to detect image state for some reason.

## Install: Binaries
* [GNU/Linux](https://www.dropbox.com/s/xtgzs0dijj42qjo/lstags.linux?dl=1)
* [MacOSX](https://www.dropbox.com/s/9zqv3y1k7wvj731/lstags.darwin?dl=1)
https://github.com/ivanilves/lstags/releases

## Install: From source
```
Expand Down

0 comments on commit 1ab393f

Please sign in to comment.