From 415349c7c5c562a3681dfae02b51ddd76a4afccf Mon Sep 17 00:00:00 2001 From: Jane-Terziev Date: Sat, 20 Jan 2024 06:07:01 +0100 Subject: [PATCH] Updated README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 689a1aa..ac59d0a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,11 @@ dependency injection. Add this line to your application's Gemfile: ```ruby -gem 'dry_module_generator' +# for bootstrap views and controllers +gem 'dry_module_generator', git: 'git://github.com/Jane-Terziev/dry_module_generator.git', branch: 'v0.1.0-bootstrap' + +# for bearcss views and controllers, includes navigation and theming +gem 'dry_module_generator', git: 'git://github.com/Jane-Terziev/dry_module_generator.git', branch: 'v0.1.0-bearcss' ``` Intall the gem