Skip to content

How to install launch

Ben Koshy edited this page Oct 11, 2016 · 2 revisions

How to install Launchy

From the terminal:

sudo gem install launchy

Or if you want it in your rails project, addd it to your test/development environment:

gem 'launchy'

Add the above to your Gemfile in your rails app (it's contained in the root directory of your rails app).

And to call it:

launchy www.google.com

Many thanks to this webpage as my source: http://stuff-things.net/2015/02/26/launchy/

Clone this wiki locally