Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,32 @@ Find gronx in [pkg.go.dev](https://pkg.go.dev/github.com/adhocore/gronx).

## Installation

### As a Go library

```sh
go get -u github.com/adhocore/gronx
```

### Using Bash install script

For installing the `tasker` command-line tool, you can use the bash installation script:

```sh
curl -sS https://raw.githubusercontent.com/adhocore/gronx/refs/heads/main/install.sh | sh
```

For non-interactive installation (useful in CI/CD environments):

```sh
curl -sS https://raw.githubusercontent.com/adhocore/gronx/refs/heads/main/install.sh | sh -s -- --yes
```

The script supports several options including custom installation directory, version selection, and platform/architecture overrides. Use `--help` to see all available options:

```sh
curl -sS https://raw.githubusercontent.com/adhocore/gronx/refs/heads/main/install.sh | sh -s -- --help
```

## Usage

```go
Expand Down
Loading
Loading