PragTob / wingtips

A nice little presentation written in shoes
MIT License
12 stars 1 forks source link

update README with OS X instructions #24

Closed cartoloupe closed 9 years ago

cartoloupe commented 9 years ago

@PragTob Thanks for this tool. I got it to run on Mac OS X and this PR updates the README with what I came across.

jasonrclark commented 9 years ago

Hey @cartoloupe! Super cool that this worked for you.

Only change I'd make would be to instead recommend this command line instead of editing the bin/wingtips:

JRUBY_OPTS=-J-XstartOnFirstThread bin/wingtips samples/wingtips_introduction

That gets the same effect you're looking for without requiring local edits to the code.

Thanks again for those updates! :heart: :sparkles:

PragTob commented 9 years ago

Thanks a bunch! :) I made some edits to use the JRUBY_OPTS and point at the still missing gem release, which we might be able to tackle soon enough.

Thanks a lot! :+1:

cartoloupe commented 9 years ago

@jasonrclark @PragTob You're welcome and thanks for the review and clarifications :bow: