From 2cb8953e83526b44c45bad3768c6b3f8589d9c29 Mon Sep 17 00:00:00 2001 From: Izaak Beekman Date: Mon, 25 Jan 2016 15:06:04 -0500 Subject: [PATCH] Added some badges to README and updated tap name --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6bd590..64b14d0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ # umobj + +[![PyPI](https://img.shields.io/pypi/v/umobj.svg)](https://pypi.python.org/pypi/umobj) +[![LGPL License badge](https://img.shields.io/badge/License-LGPL-blue.svg)](./LICENSE) + + + Command-line utilties for S3-compatible Object Storage These utilities provide a command-line interface to an Amazon S3-compatible @@ -16,7 +24,7 @@ On Mac OSX with the [Homebrew package manager](http://brew.sh) umobj can be installed by adding the UMIACS tap: ```bash -brew tap ibeekman/umiacs https://gitlab.umiacs.umd.edu/ibeekman/homebrew-umiacs.git +brew tap umiacs/umiacs brew update brew install umobj ```