You can install Awesome CLI using three different methods: running directly from source, building a local binary, or using the official pre-compiled binary.
Method 1: Basic (Run from source)
Clone the repository and use go run to execute the main file.
Method 2: Build as binary
Clone the repository and build the binary directly into your local bin directory.
Method 3: Download official binary
Download the latest release zip from GitHub, extract it, and move the binary to your path.
### Basic
```bash
$ git clone git@github.com:umutphp/awesome-cli.git
$ cd awesome-cli
$ go run main.go
Build as binary
$ git clone git@github.com:umutphp/awesome-cli.git
$ cd awesome-cli
$ sudo go build -o /usr/local/bin/awesome-cli .
$ awesome-cli
Download and use official binary
$ cp /path/to/zip/extract/awesome-cli /usr/local/bin/awesome-cli
$ awesome-cli