Sha256: 716c713d791d0100476288a4704ffb91043b77eac3bfc34a9f32af92017e31f2
Contents?: true
Size: 407 Bytes
Versions: 2
Compression:
Stored size: 407 Bytes
Contents
# Getting Started Stealth is designed to run on Ruby (MRI) 2.5+ While we don't require any C-based Ruby gems, we haven't yet certified Stealth on other VMs (such as JRuby). However, we do intend to provide official support for JRuby and TruffleRuby soon. ### Installation You can install Stealth via RubyGems: ```ruby gem install stealth ``` Next, create your new bot: ``` stealth new <bot_name> ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stealth-2.0.0.beta7 | docs/getting-started.md |
stealth-2.0.0.beta6 | docs/getting-started.md |