mudler / luet

:package: :whale: 0-dependency Container-based Package Manager using SAT solver and QLearning
https://luet.io
GNU General Public License v3.0
253 stars 24 forks source link

Provide `marcosnils/bin` as an alternate installation method #334

Closed yozachar closed 10 months ago

yozachar commented 1 year ago

bin can grab proper luet version from https://github.com/mudler/luet/releases.

So in the README.md you can have:


## Install

- **Using official installer script:**

    ```console
    $ curl https://luet.io/install.sh | sudo sh

Test installation:

$ luet --help
$ luet search ...
$ luet install ..
.```

Preview

Install

Test installation:

$ luet --help
$ luet search ...
$ luet install ..

Are PRs on this welcome?

Itxaka commented 1 year ago

hat bin tihng is pretty handy, sure will help me manage my 100 of binaries downloaded from github! I would say a PR to add would be very helpful!