1
0
mirror of https://github.com/lxc/ruby-lxc.git synced 2026-02-05 15:45:39 +01:00

Fix README for 1.1.0

This commit is contained in:
uu59
2014-05-24 13:42:20 +09:00
parent 14b589c042
commit d545c94e08

View File

@@ -13,7 +13,8 @@ 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