Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jane-Terziev committed Jan 20, 2024
1 parent 7bd1564 commit 415349c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 415349c

Please sign in to comment.