SketchUp / sketchup-ruby-debugger

Ruby API debugger for SketchUp 2014 and later.
MIT License
78 stars 34 forks source link

Updated Mac install instructions #5

Closed bfoz closed 10 years ago

bfoz commented 10 years ago

Now that the Release feature is being used, curl can be used to fetch and install the binary.

The downside to this edit is that it embeds the current version number, which will need to be updated for each release. It appears that Github doesn't provide a URL for downloading the latest version.

BugraBarin commented 10 years ago

It's fine, none of this is for the naive user, I'm sure developers can figure it out. I'll merge your pull request.

thomthom commented 10 years ago

We can link to the latest release page: https://github.com/SketchUp/sketchup-ruby-debugger/releases/latest

Source: http://stackoverflow.com/a/22507358/486990

BugraBarin commented 10 years ago

Is there such a link to download a file from the latest release though? That's what we really need for that curl command.

thomthom commented 10 years ago

Ah, no... that didn't work. :(