Installation¶
Using Bundler (Recommended)¶
Add MywayConfig to your application's Gemfile:
Then run:
Manual Installation¶
If you're not using Bundler, install the gem directly:
Then require it in your code:
Dependencies¶
MywayConfig depends on:
- anyway_config (>= 2.0) - The underlying configuration framework
These dependencies are automatically installed when you install the gem.
Verifying Installation¶
You can verify the installation by checking the version:
Next Steps¶
Now that you have MywayConfig installed, head to the Quick Start guide to create your first configuration.