facebook / dotslash

Simplified executable deployment
https://dotslash-cli.com
Apache License 2.0
535 stars 14 forks source link

allow one-line install of the latest version #17

Open hn8 opened 4 months ago

hn8 commented 4 months ago
facebook-github-bot commented 4 months ago

Hi @hn8!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks!

facebook-github-bot commented 4 months ago

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks!

bolinfest commented 2 months ago

Note that the way we solve this in Sapling is that the website uses gh to consult the repo to see what the latest release is and generates the one-line installation accordingly so we can still keep the version number in the file name:

https://sapling-scm.com/docs/introduction/installation

I think it's good to keep it so my ~/Downloads folder isn't full of dotslash (1).tar.gz, dotslash (2).tar.gz, etc.

hn8 commented 2 months ago

I think it's good to keep it so my ~/Downloads folder isn't full of dotslash (1).tar.gz, dotslash (2).tar.gz, etc.

It is one-line install with pipe, so no file would show up in ~/Downloads.

abhinav commented 1 week ago

I'd like to +1 this change. A single line curl will make it much easier to bootstrap the tool in contexts where installing it globally isn't an option.