commit
323a6519ef
|
@ -13,11 +13,12 @@ simply run the commands below
|
||||||
```sh
|
```sh
|
||||||
bundle install
|
bundle install
|
||||||
bundle exec rake compile
|
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```
|
or just add this to your ```Gemfile```
|
||||||
```ruby
|
```ruby
|
||||||
gem "ruby-lxc", github: "lxc/ruby-lxc"
|
gem "ruby-lxc", github: "lxc/ruby-lxc", require: "lxc"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
Loading…
Reference in a new issue