feat: update installation methods (#335)

This commit is contained in:
Jovial Joe Jayarson 2023-08-21 13:56:55 +05:30 committed by GitHub
parent 47f8bdb9ef
commit 1c473e4f85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,21 +34,24 @@ It is written entirely in Golang and where used as package manager, it can run i
## Install
To install luet, you can grab a release on the [Release page](https://github.com/mudler/luet/releases) or to install it in your system:
- **Using official installer script:**
```bash
$ curl https://luet.io/install.sh | sudo sh
```console
$ curl https://luet.io/install.sh | sudo sh
```
- **Or using [`bin`](https://github.com/marcosnils/bin)**
```console
$ bin i github.com/mudler/luet
```
### Test installation:
```console
$ luet --help
$ luet search ...
$ luet install ..
$ luet --help
```
## Build from source
```bash
$ git clone https://github.com/mudler/luet.git
$ cd luet
$ make build
```
## Documentation