Skip to content

Commit

Permalink
Update garden-cli install instructions (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohalt authored Oct 26, 2023
1 parent 6edb69c commit 853099e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ A command line interface for https://application.garden

## Installation

You can download a self-contained executable under [releases](https://github.com/nextjournal/garden-cli/releases).
1. Install [babashka](https://github.com/babashka/babashka#installation)
2. Install [bbin](https://github.com/babashka/bbin#installation)
3. Run `bbin install io.github.nextjournal/garden-cli --latest-sha`

Alternatively, if you already have [babashka](https://babashka.org) installed and want to use that:

1. Install [bbin](https://github.com/babashka/bbin)
2. Run `bbin install io.github.nextjournal/garden-cli --latest-sha`
Alternatively, for x86 Linux, you can download a self-contained executable for the latest stable release under [releases](https://github.com/nextjournal/garden-cli/releases) or for the last successful build among the artifacts created under [actions](https://github.com/nextjournal/garden-cli/actions).

## Usage

Expand Down

0 comments on commit 853099e

Please sign in to comment.