Skip to content

Commit 41406ab

Browse files
committed
--install no args for first install
1 parent 6279969 commit 41406ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picrate.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
1515
EOS
1616
gem.summary = %q{ruby wrapper for processing-3.5.3 on raspberrypi and linux64}
1717
gem.homepage = 'https://ruby-processing.github.io/PiCrate/'
18-
gem.post_install_message = %q{Use 'picrate --install Samples' to install samples}
18+
gem.post_install_message = %q{Use 'picrate --install' to config geany & install samples}
1919
gem.files = `git ls-files`.split($/)
2020
gem.files << "lib/picrate-#{PiCrate::VERSION}.jar"
2121
gem.files << 'lib/gluegen-rt.jar'

0 commit comments

Comments
 (0)