README.md in lxc-ruby-0.2.0 vs README.md in lxc-ruby-0.2.1
- old
+ new
@@ -1,11 +1,9 @@
# LXC Ruby Wrapper
-Ruby wrapper to [LXC](http://lxc.sourceforge.net/) cli tools.
+Ruby wrapper to [Linux Containers](http://lxc.sourceforge.net/) CLI tools
-Provides a simple ruby dsl and json API to manage containers.
-
## Build status
This library uses Travis-CI service for automated tests.
[![Build Status](https://secure.travis-ci.org/sosedoff/lxc-ruby.png?branch=master)](http://travis-ci.org/sosedoff/lxc-ruby)
@@ -17,21 +15,26 @@
- 0.7.5
- 0.8.0-rc1
- 0.8.0-rc2 - in works
For testing purposes you can use [Vagrant](http://vagrantup.com/) or [VirtualBox](https://www.virtualbox.org/). Most of functionality
-was tested on Ubuntu 11.04 / 11.10. Additional boxes could be found [here](http://www.vagrantbox.es/)
+was tested on Ubuntu 11.x / 12.04. Additional boxes could be found [here](http://www.vagrantbox.es/)
## Installation
-As for now this gem is not released yet, so use gem install task:
+Add it to your `Gemfile`:
```
-rake build
-rake install
+gem 'lxc-ruby'
```
+Or install it manually:
+
+```
+gem install lxc-ruby
+```
+
## Usage
You should have LXC already installed on your system before using the library.
Example:
@@ -132,10 +135,10 @@
rake test
```
## License
-Copyright (c) 2012 Dan Sosedoff.
+Copyright (c) 2012-2013 Dan Sosedoff.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
\ No newline at end of file