Skip to content

Commit 2c584d7

Browse files
committed
Improve post install instructions
1 parent b28c605 commit 2c584d7

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

default.rb

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,22 @@
198198
git add: '.'
199199
git commit: '-a -m \'Use Ruby 3.1.2 in the Gemfile\''
200200

201-
puts 'And we\'re done! If you have any questions, issue, or suggestions, please go to https://github.com/Code-With-Rails/rails-template to submit an issue.'
201+
puts"""
202+
203+
**********************************
204+
205+
And we're done!
206+
207+
If you have any questions, issue, or suggestions, please go to https://github.com/Code-With-Rails/rails-template to submit an issue.
208+
209+
Next Steps:
210+
1. `cd` into your app directory
211+
2. Run `docker-compose build` to ensure that the container environment builds correctly
212+
3. Run `docker-compose up` to boot up the app
213+
4. To enter into the shell, run `docker-compose run app bash`
214+
215+
Enjoy!
216+
217+
**********************************
218+
219+
"""

0 commit comments

Comments
 (0)