mirror of
https://github.com/ivabus/www
synced 2024-11-25 22:35:06 +03:00
More adjustment
This commit is contained in:
parent
b95c68ca71
commit
7a75561823
1 changed files with 17 additions and 7 deletions
|
@ -607,14 +607,24 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row two-boxes">
|
<div class="row two-boxes">
|
||||||
<div class="col-xl-5 col-lg-5 col-md-12 col-sm-12 col-12 mb-5">
|
<div class="col-xl-5 col-lg-5 col-md-12 col-sm-12 col-12 mb-5">
|
||||||
<div class="gs-content">
|
<div class="gs-parent">
|
||||||
<h2 class="display-3">Getting started with tea!</h2>
|
<div class="gs-content">
|
||||||
<p class="lead">Installing tea is easy and convenient, with multiple options to choose from.</p>
|
<h2 class="display-3">Getting started with tea!</h2>
|
||||||
<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">Installing tea is easy and convenient, with multiple options to choose from.</p>
|
||||||
<a href="https://github.com/teaxyz/cli#getting-started" target="_blank">
|
<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>
|
||||||
<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 href="https://github.com/teaxyz/cli#getting-started" target="_blank">
|
||||||
</a>
|
<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>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.gs-parent{
|
||||||
|
}
|
||||||
|
.gs-content{
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xl-7 col-lg-7 col-md-12 col-sm-12 col-12 ps-xl-5 ps-lg-5 ps-md-0 ps-sm-3 ps-3">
|
<div class="col-xl-7 col-lg-7 col-md-12 col-sm-12 col-12 ps-xl-5 ps-lg-5 ps-md-0 ps-sm-3 ps-3">
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue