Skip to content

Commit

Permalink
Update docker line
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Mar 3, 2023
1 parent e1b52f6 commit 46d2250
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,32 +233,32 @@ But there’s other ways:
$ brew install teaxyz/pkgs/tea-cli

# or just try it out first
$ docker run --rm -it ghcr.io/teaxyz/infuser
$ docker run --rm -it teaxyz/cli
```

> <details><summary><i>Even more ways to install tea</i></summary><br>
>
> Take your pick:
>
> * Grab the latest [release][releases] with your browser. On macOS you’ll
> have to unquarantine the binary:
> * Grab a standalone binary from GitHub [release][releases].
>
> ```sh
> # download from https://github.com/teaxyz/cli/releases first
> $ xattr -d com.apple.quarantine ./tea
> ```
>
> * Or get a plain text listing of binary downloads:
> * Or get a plain text listing of standalone binary download URLs:
>
> ```sh
> $ curl dist.tea.xyz # pick your platform and `curl` it
> $ curl dist.tea.xyz # then copy, paste and cURL again
> ```
>
> * Or here’s a fancy one-liner:
>
> ```sh
> $ sudo install -m 755 <(curl --compressed -LSsf https://tea.xyz/$(uname)/$(uname -m)) /usr/local/bin/tea
> ```
> On macOS you may need to unquarantine the binary before it will execute:
>
> ```sh
> # download from https://github.com/teaxyz/cli/releases first
> $ xattr -d com.apple.quarantine ./tea
> ```
>
> </details>
Expand Down

0 comments on commit 46d2250

Please sign in to comment.