Merge pull request #17 from uu59/fix_readme

Fix README for 1.1.0
This commit is contained in:
Andre Nathan 2014-05-28 14:53:23 -03:00
commit 323a6519ef

View file

@ -13,11 +13,12 @@ simply run the commands below
```sh
bundle install
bundle exec rake compile
gem install pkg/ruby-lxc-1.0.2.gem
bundle exec rake gem
gem install pkg/ruby-lxc-1.1.0.gem
```
or just add this to your ```Gemfile```
```ruby
gem "ruby-lxc", github: "lxc/ruby-lxc"
gem "ruby-lxc", github: "lxc/ruby-lxc", require: "lxc"
```
## Usage