Sha256: d5e88ea8e6eea3584a1e5398a40bcc02a1df93d8714d00a8be4507113d2ea8be
Contents?: true
Size: 749 Bytes
Versions: 1
Compression:
Stored size: 749 Bytes
Contents
INSTALLING FROM GEM ------------------- This is the easiest way to get up and running with chimp. Make sure you have Ruby and RubyGems installed. You can then install on your system by using the following command: gem install chimp-<version>.gem INSTALLING FROM SOURCE ---------------------- If you want to hack on chimp or just run unstable code, then you've come to the right place! To install chimp from source, first make sure you have all the required gems installed. Change to the chimp source directory and execute: bundle install Chimp uses a rakefile to perform most common operations. For a complete list of rake targets, please see "rake -T". To build and install the gem: rake build rake install
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
right_chimp-1.0 | INSTALL |