mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 20:30:37 -05:00
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