README.md in bib_card-0.5.0 vs README.md in bib_card-0.6.1
- old
+ new
@@ -11,13 +11,19 @@
`BibCard` makes extensive use of the [Spira](https://github.com/ruby-rdf/spira) library for RDF-to-object mapping. The result is that after assembling a micrograph of knowledge card data the client can work with simple code objects.
## Installation
-This gem is not yet in rubygems. Until the tires are kicked a few more times please use this command line install.
+This gem is now in rubygems.
```bash
+$ gem install bib_card
+```
+
+Alternatively, command line install:
+
+```bash
$ git clone https://github.com/UW-Madison-Library/bibcard
$ cd bibcard
$ bundle install
$ gem build bib_card.gemspec
$ gem install bib_card-<VERSION-NUMBER>.gem
@@ -83,6 +89,5 @@
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
-