You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gem.post_install_message"Thanks for installing Screeninator!\n\n Remember to add the following line to your .bashrc file\n\n if [[ -s $HOME/.screeninator/scripts/screeninator ]] ; then source $HOME/.screeninator/scripts/screeninator ; fi"
14
+
gem.post_install_message=<<Message
15
+
16
+
Thanks for installing Screeninator!
17
+
18
+
Remember to add the following line to your .bashrc file
19
+
20
+
if [[ -s $HOME/.screeninator/scripts/screeninator ]] ; then source $HOME/.screeninator/scripts/screeninator ; fi
21
+
22
+
Message
23
+
15
24
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
0 commit comments