From f5b6e6a53423c3bc96114a35df6343f3e862cdbc Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Mon, 30 Jan 2023 12:53:06 -0500 Subject: [PATCH] getting-started section adjustments --- src/layouts/index.html | 124 ++++++++++++++++++++++++++++++++++------- 1 file changed, 103 insertions(+), 21 deletions(-) diff --git a/src/layouts/index.html b/src/layouts/index.html index 66010e0..5bd1e7d 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -603,32 +603,113 @@ -
+
-
-

Getting started with tea!

-

Installing tea is easy and convenient, with multiple options to choose from.

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+
+
+

Getting started with tea!

+

Installing tea is easy and convenient, with multiple options to choose from.

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+
-
- -

If you want to just use tea as a standalone binary, you can cURL it:

- -
-
-
-
-
-
-
-
-

$ curl -Lo tea https://tea.xyz/$(uname)/$(uname -m)
- $ chmod u+x ./tea

-
+
+ +
+ +

If you want to just use tea as a standalone binary, you can cURL it:

+ +
+
+
+
+
+
+
+
+

$ curl -Lo tea https://tea.xyz/$(uname)/$(uname -m)
+ $ chmod u+x ./tea

+
+
+
+ +
+ +

If you want tea’s shell magic, use the installer:

+ +
+
+
+
+
+
+
+
+

sh <(curl https://tea.xyz)

+
+
+
+
+ +
+ +

This will confirm before setting up ~/.tea and adding to your ~/.shellrc. Our one-liner even abstracts installing tea itself:

+ +
+
+
+
+
+
+
+
+

sh <(curl tea.xyz) bun run start

+
+
+
+
+ +
+ +

This way, you don't need to start with "how to install tea" in your tutorials and blog posts. The installer also updates tea. If you hate installers, use brew:

+ +
+
+
+
+
+
+
+
+

$ brew install teaxyz/pkgs/tea-cli

+
+
+
+
+ +
+ +

You can also install tea through GitHub Actions:

+ +
+
+
+
+
+
+
+
+

- uses: teaxyz/setup@v0

+
+
+
+
+ +

tea is supported on macOS >= 11, Linux (glibc >= 23), and WSL, with Windows native support coming soon.

+
@@ -639,8 +720,9 @@ min-height: 0px !important; height: auto; width: 100% !important; + animation: none !important; + margin-bottom: 0 !important; } -