From 1c473e4f85fa7f2dcf9f70937689d7132e57ea8d Mon Sep 17 00:00:00 2001
From: Jovial Joe Jayarson <jovial7joe@hotmail.com>
Date: Mon, 21 Aug 2023 13:56:55 +0530
Subject: [PATCH] feat: update installation methods (#335)

---
 README.md | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index 0313263a..8c7fa0cb 100644
--- a/README.md
+++ b/README.md
@@ -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