Commit cfc81b8 Thomas Johnson
authored
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ The Samvera community is here to help. Please see our [support guide](./.github/
62
62
# Getting started
63
63
64
64
This document contains instructions specific to setting up an app with __ Hyrax
65
- v2.2.0 __ . If you are looking for instructions on installing a different
65
+ v2.2.1 __ . If you are looking for instructions on installing a different
66
66
version, be sure to select the appropriate branch or tag from the drop-down
67
67
menu above.
68
68
@@ -161,7 +161,7 @@ NOTE: The steps need to be done in order to create a new Hyrax based app.
161
161
Generate a new Rails application using the template.
162
162
163
163
```
164
- rails _5.1.6_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v2.2.0 /template.rb
164
+ rails _5.1.6_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v2.2.1 /template.rb
165
165
```
166
166
167
167
Generating a new Rails application using Hyrax's template above takes cares of a number of steps for you, including:
Original file line number Diff line number Diff line change 1
1
module Hyrax
2
- VERSION = '2.2.0 ' . freeze
2
+ VERSION = '2.2.1 ' . freeze
3
3
end
Original file line number Diff line number Diff line change 1
- gem 'hyrax' , '2.2.0 '
1
+ gem 'hyrax' , '2.2.1 '
2
2
run 'bundle install'
3
3
generate 'hyrax:install' , '-f'
4
4
rails_command 'db:migrate'
You can’t perform that action at this time.
0 commit comments