From c2300419cc52a979eef1558bdec7c0ccb02eace7 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Sun, 19 Mar 2023 09:24:16 -0400 Subject: [PATCH] Closes https://github.com/teaxyz/cli/issues/453 --- docs/get-started/install-tea.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/get-started/install-tea.md b/docs/get-started/install-tea.md index 01c3a97..aafbab8 100644 --- a/docs/get-started/install-tea.md +++ b/docs/get-started/install-tea.md @@ -6,6 +6,8 @@ The easiest way to install tea is with our installer: sh <(curl https://tea.xyz) ``` +> Using `fish`? Then: `sh <(curl https://tea.xyz | psub)` + The script installs to `~/.tea` and sets up magic (we ask politely first). {% hint style="info" %}