README.rst in kameleon-builder-2.2.2 vs README.rst in kameleon-builder-2.2.3
- old
+ new
@@ -5,43 +5,47 @@
appliances. With Kameleon, you make your recipe that describes how to create
step by step your own distribution. At start Kameleon is used to create custom
kvm, LXC, VirtualBox, iso images, ..., but as it is designed to be very generic
you can probably do a lot more than that.
+.. _`installation`:
+
------------
Installation
------------
-Gem package
------------
-
To install the latest release from `RubyGems`_:
.. _RubyGems: https://rubygems.org/gems/kameleon-builder
-::
+From RubyGems
+-------------
- gem install kameleon-builder
+Debian/Ubuntu
+-------------
-Or from source::
+::
- git clone https://github.com/oar-team/kameleon.git && cd kameleon
- gem build kameleon-builder.gemspec
- gem install kameleon-builder-*.gem
+ apt-get install ruby-childprocess
+ gem install --no-ri --no-rdoc kameleon-builder
-On debian based distribution be sure to install the ``ruby-dev`` package first
+Fedora
+------
+::
-Dist packages
--------------
+ yum install rubygem-childprocess
+ gem install --no-ri --no-rdoc kameleon-builder
-These packages contain Kameleon and all its dependencies (Ruby, polipo and all
-gems with their native extensions already compiled). These packages are made
-with `omnibus project`_.
-.. _`omnibus project`: https://github.com/opscode/omnibus-ruby
+From Source
+-----------
-Please download the package in the following `page <http://kameleon.imag.fr/installation.html#dist-packages>`_
+::
+
+ git clone https://github.com/oar-team/kameleon.git && cd kameleon
+ gem build kameleon-builder.gemspec
+ gem install kameleon-builder-*.gem
-----
Usage
-----