Skip to content

Commit

Permalink
Merge pull request square#222 from square/restart-shell-instructions
Browse files Browse the repository at this point in the history
Indicate that a shell restart may be required.
  • Loading branch information
edruder committed May 18, 2016
2 parents 8c2862e + 0499722 commit 1d00a16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ namespace :install do
puts %{ echo 'export PATH="~/bin:$PATH"' >> ~/.bashrc}
puts
puts 'The exact command and file will vary by your shell and configuration.'
puts 'You may need to restart your shell.'
end

FileUtils.mkdir_p(bin_dir)
Expand Down

0 comments on commit 1d00a16

Please sign in to comment.