rabix / bunny

[Legacy] Executor for CWL workflows. Executes sbg:draft-2 and CWL 1.0
http://rabix.io
Apache License 2.0
74 stars 28 forks source link

Documentation error: Installation #443

Open mwyczalkowski opened 6 years ago

mwyczalkowski commented 6 years ago

Hi --

The example code in the Installation section of your main page does not work. Specifically, the command as listed,

wget https://github.com/rabix/bunny/releases/download/v1.0.5/rabix-1.0.5.tar.gz -O rabix-1.0.5.tar.gz && tar -xvf rabix-1.0.5.tar.gz

yields the error,

HTTP request sent, awaiting response... 404 Not Found
2018-04-20 14:32:14 ERROR 404: Not Found.

I'm imagine this is an easy fix, and one which those just getting started would appreciate.

Thanks for looking into it.

Matt

jeremiahsavage commented 6 years ago
wget https://github.com/rabix/bunny/archive/v1.0.5-1.tar.gz -O rabix-1.0.5.tar.gz && tar -xvf rabix-1.0.5.tar.gz

should work

mwyczalkowski commented 6 years ago

Hi Jeremiah -

Thanks! I did get it figured out.

My suggestion is to get a stable URL (“latest.tar.gz”) which will keep your documentation from regularly breaking.

Regards -

Matt

On Tue, Apr 24, 2018 at 18:07 Jeremiah H. Savage notifications@github.com wrote:

wget https://github.com/rabix/bunny/archive/v1.0.5-1.tar.gz -O rabix-1.0.5.tar.gz && tar -xvf rabix-1.0.5.tar.gz

should work

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rabix/bunny/issues/443#issuecomment-384107959, or mute the thread https://github.com/notifications/unsubscribe-auth/AFCZSmlTkdt7POG1NLKz4rBOMpO88Np9ks5tr7AwgaJpZM4Td-5q .

--

Matthew A. Wyczalkowski matt.wyczalkowski@gmail.com