mirror of
https://github.com/ivabus/www
synced 2024-11-22 14:45:05 +03:00
Getting started text revise
This commit is contained in:
parent
5ce7d0feb1
commit
594f37c959
1 changed files with 1 additions and 2 deletions
|
@ -695,8 +695,7 @@ EOF
|
|||
<div class="gs-parent">
|
||||
<div class="gs-content">
|
||||
<h2 class="display-3">Getting started with tea!</h2>
|
||||
<p class="lead">Installing tea is easy and convenient, with multiple options to choose from.</p>
|
||||
<p class="mb-5">Tea is a standalone, cross-platform binary that can be installed by cURLing or using a package manager like brew. Additionally, there's an installer available that provides shell magic and sets up the environment. The one-liner abstracts away the installation process and creates a sandbox for running code. With the installation, there's no need for a preamble in tutorials and blog posts. The installer also updates tea. The binary is supported on Linux, macOS, and WSL and will soon be available for Windows natively. Another option for installation is using GitHub Actions, which installs dependencies and makes tea accessible in the workflow.</p>
|
||||
<p class="lead mb-5">Tea is a cross-platform binary that can be easily installed using a curl command or by using the one-liner installer. The installer sets up tea and its shell magic without requiring "sudo" or Xcode Command Line Tools, and is compatible with Linux, macOS, and WSL. Package managers such as brew or Docker can also be used for installation, or you can use GitHub Actions to install tea as part of your workflow.</p>
|
||||
<a href="https://github.com/teaxyz/cli#getting-started" target="_blank">
|
||||
<button class="hbtn hb-fill-right" id="hb-btn" style="text-transform:uppercase;"><i class="btn-icon icon-github"></i>VIEW README<span style="text-transform:lowercase;">.md</span></button>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue