Installing tea
The easiest way to install tea is with our installer:
sh <(curl https://tea.xyz)
Usingfish
? Then:sh <(curl https://tea.xyz | psub)
The script installs to
~/.tea
and sets up magic (we ask politely first).- Firstly we confirm you’re cool before we do anything
- If so we install tea to
~/.tea
- If not we exit with failure
- If so we add one line to your
~/.shellrc
- If not we exit successfully
If you run it again, it’ll update
tea
.The tea one-liner can also be used to provide your users a temporary sandbox for your projects. They can use the power of tea to try out your project without installing tea or your project.
On Linux you may need some pre-requisite packages from your system packager. This is a temporary situation that we are fixing.
Last modified 1d ago