diff --git a/src/layouts/index.html b/src/layouts/index.html index 13acf62..66010e0 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -8,7 +8,7 @@

Invisible yet powerful

-

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.

+

Upgrade to Tea - the revolutionary, cross-platform package manager. Say goodbye to slow & clunky, and say hello to fast & smooth updates. From the creator of Brew.

@@ -560,18 +560,18 @@


-

Integrate Multiple Tools

-

Tea can easily integrate different tools and languages. This allows users to throw together scripts that use entirely separate tools and languages and share them with others with just a simple one-liner command.

+

Effortless Package Management

+

Tea eliminates the need to manually install packages, as it automatically fetches and installs the required packages and creates a virtual environment.



-

Universal Binary

-

tea is a standalone, binary download that can be used on multiple different devices and operating systems. This makes it easy to use Tea on a variety of different devices, without the need to worry about compatibility issues.

+

Virtual Envir. Creation

+

Cross-Platform and Versatile: Tea supports multiple platforms and programming languages and allows users to specify specific versions of tools.



-

All-inclusive Packaging

-

tea is a unified packaging infrastructure, providing access to the entire open source ecosystem. This means that Tea users can easily find and use a wide variety of software packages.

+

Flexible Dependency Control

+

Tea allows developers to encode project-specific dependencies into the project README, making it effortless for both tea users and non-tea users to work on the project.

@@ -601,6 +601,52 @@ + + +
+
+
+
+

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

+
+
+
+ +
+
+
+
+ + + +
+ {{- partial "full-width-cta-split.html" . -}} +
+ @@ -1032,12 +1078,10 @@ width:100%; border-radius: 5px; background-color: gray; - filter: invert(100%); transition: 0.1s ease-in-out; } .con-img:hover{ - filter:none; transform: translateY(-5px); }