Sha256: d13b0f1e92092d2f55619cfb8694964c237fe8aa32d410c0da2454007c2be867

Contents?: true

Size: 379 Bytes

Versions: 15

Compression:

Stored size: 379 Bytes

Contents

---
title: Getting Started
---

## Ruby

Stealth has been tested on Ruby (MRI) `2.4.x` and `2.5.x`. While we don't require any C-based Ruby gems, we haven't yet certified Stealth on other VMs (such as JRuby).

## Installation

You can install Stealth via RubyGems:

  ```
  gem install stealth
  ```

Next, you can create a new Stealth bot:

  ```
  stealth new <bot_name>
  ```

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
stealth-1.1.6 docs/01-getting-started.md
stealth-1.1.5 docs/01-getting-started.md
stealth-1.1.4 docs/01-getting-started.md
stealth-1.1.3 docs/01-getting-started.md
stealth-1.1.2 docs/01-getting-started.md
stealth-1.1.1 docs/01-getting-started.md
stealth-1.1.0 docs/01-getting-started.md
stealth-1.1.0.rc3 docs/01-getting-started.md
stealth-1.1.0.rc2 docs/01-getting-started.md
stealth-1.1.0.rc1 docs/01-getting-started.md
stealth-1.0.4 docs/01-getting-started.md
stealth-1.0.3 docs/01-getting-started.md
stealth-1.0.2 docs/01-getting-started.md
stealth-1.0.1 docs/01-getting-started.md
stealth-1.0.0 docs/01-getting-started.md