DEV Community

Francesco Bianco
Francesco Bianco

Posted on

1 1

Be 10x 😲 faster with BInst.Tk

Often installing software that has not yet been published on a registry is boring and complicated, and perhaps precisely to avoid cloning a repository from GitHub and perhaps reading a README that is not yet complete, you go ahead and lose the opportunity to test a product maybe valid but still not fully ripe for an official release. That's why I invented BInst.Tk, you just need to type a CURL command and you have your software ready to use directly from GitHub to your PC.
For example to install Docker directly from source will be enough use the following command

$ curl -s binst.tk | bash -s docker/docker
Enter fullscreen mode Exit fullscreen mode

This command prepare and install Docker from GitHub sources.

Find out the secret of how it works and try to contribute at the following link

Top comments (1)

Collapse
 
francescobianco profile image
Francesco Bianco β€’

Thanks @thet3o for your reaction! Please, I would love it if you share this post on your social networks

COPY&PASTE
dev.to/francescobianco/be-10x-fast...

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

πŸ‘‹ Kindness is contagious

Explore a sea of insights with this enlightening post, highly esteemed within the nurturing DEV Community. Coders of all stripes are invited to participate and contribute to our shared knowledge.

Expressing gratitude with a simple "thank you" can make a big impact. Leave your thanks in the comments!

On DEV, exchanging ideas smooths our way and strengthens our community bonds. Found this useful? A quick note of thanks to the author can mean a lot.

Okay