-
Notifications
You must be signed in to change notification settings - Fork 57
Getting Started
Mauricio Gomes edited this page Nov 7, 2019
·
1 revision
Stealth is designed to run on Ruby (MRI) 2.6.x
. While we don't require any C-based Ruby gems, we haven't yet certified Stealth on other VMs (such as JRuby).
You can install Stealth via RubyGems:
gem install stealth
Next, you can create a new Stealth bot:
stealth new <bot_name>