forked from github-mirror/docker-nixpkgs
README: add microbadger links
This commit is contained in:
@@ -11,10 +11,12 @@ microbadge() {
|
||||
name=$name:$tag
|
||||
fi
|
||||
|
||||
# make sure that microbadger has loaded the image
|
||||
curl -o /dev/null -sfL "https://microbadger.com/images/$name"
|
||||
local homepage=https://microbadger.com/images/$name
|
||||
|
||||
echo ""
|
||||
# make sure that microbadger has loaded the image
|
||||
curl -o /dev/null -sfL "$homepage"
|
||||
|
||||
echo "[]($homepage)"
|
||||
}
|
||||
|
||||
## Main ##
|
||||
|
||||
Reference in New Issue
Block a user