Sha256: 4a89e3bbf84331b48f6c99dc1942b671ad46b9bf351182f753f5486c0c5359a5

Contents?: true

Size: 702 Bytes

Versions: 8

Compression:

Stored size: 702 Bytes

Contents

---
title: Installation
in_menu: true
sort_info: 4
---
## Download & Installation

The newest version of cmdparse can be downloaded from [Rubygems] or the [cmdparse Github
page][github]!

The preferred way of installing cmdparse is via RubyGems:

    $ gem install cmdparse

If you do not have RubyGems installed, but Rake, you can use the following command inside the
cmdparse directory:

    $ rake install

If you have neither RubyGems nor Rake, use these commands:

    $ ruby setup.rb config
    $ ruby setup.rb setup
    $ ruby setup.rb install


[Rubygems]: http://rubygems.org/gems/cmdparse
[github]: http://github.com/gettalong/cmdparse


### Dependencies

This library has *no* dependencies.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cmdparse-3.0.7 doc/installation.page
cmdparse-3.0.6 doc/installation.page
cmdparse-3.0.5 doc/installation.page
cmdparse-3.0.4 doc/installation.page
cmdparse-3.0.3 doc/installation.page
cmdparse-3.0.2 doc/installation.page
cmdparse-3.0.1 doc/installation.page
cmdparse-3.0.0 doc/installation.page