Skip to content

Commit

Permalink
Merge pull request #2 from zbeekman/master
Browse files Browse the repository at this point in the history
Added some badges to README and updated tap name
  • Loading branch information
dyarnell committed Feb 2, 2016
2 parents a75b7e9 + 2cb8953 commit cd410e2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
<!-- [![GitHub tag](https://img.shields.io/github/tag/umiacs/umobj.svg)](https://github.com/umiacs/umobj/releases)
shields.io is having some serious problems with certain
services/badges -->


Command-line utilties for S3-compatible Object Storage

These utilities provide a command-line interface to an Amazon S3-compatible
Expand All @@ -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
```
Expand Down

0 comments on commit cd410e2

Please sign in to comment.