Skip to content

Instantly share code, notes, and snippets.

@rdesfo
Created April 23, 2012 01:55
Show Gist options
  • Save rdesfo/2468198 to your computer and use it in GitHub Desktop.
Save rdesfo/2468198 to your computer and use it in GitHub Desktop.
shoes_background
require 'shoes'
Shoes.app do
background "#DFA"
para "Welcome to Shoes"
end
@rdesfo
Copy link
Author

rdesfo commented Apr 23, 2012

$ rvm all do gem list | grep shoes
green_shoes (1.1.354)
shoes (3.0.1)

$ shoes background.rb
The program 'shoes' is currently not installed. You can install it by typing:
sudo apt-get install shoes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment