Skip to content

Commit 76c73df

Browse files
committed
Add more text to the startmenu buttons [ci skip]
1 parent 41f19cf commit 76c73df

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

resources/files/startmenu.rb

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
bt = <<~EOT
3434
gem doc
3535
server
36+
37+
view docs of
38+
installed gems
3639
EOT
3740
bm.add_button bt do
3841
app.clear_screen
@@ -50,17 +53,20 @@
5053
EOT
5154
bm.add_button bt do
5255
app.clear_screen
53-
puts "\nRun cmd.exe with ruby environment variables (ridk enable)"
56+
puts "\nRun cmd.exe with ruby environment variables (ridk enable)\n\n"
5457
ridk = File.join(RbConfig::CONFIG["bindir"], "ridk")
5558
Kernel.system "cmd", "/E:ON", "/K", ridk, "enable"
5659
end
5760

5861
bt = <<~EOT
5962
Install
60-
MSYS2
63+
MSYS2-Devkit
64+
65+
necessary for
66+
many gems
6167
EOT
6268
bm.add_button bt do
63-
puts "\nInstall MSYS2 (ridk install)"
69+
puts "\nInstall MSYS2-Devkit (ridk install)"
6470
ridk = File.join(RbConfig::CONFIG["bindir"], "ridk")
6571
Kernel.system ridk, "install"
6672
end

0 commit comments

Comments
 (0)