Last active 1 month ago

mxsr revised this gist 6 months ago. Go to revision

1 file changed, 14 insertions

setup.md(file created)

@@ -0,0 +1,14 @@
1 + Get tea:
2 +
3 + ```bash
4 + wget https://gitea.com/gitea/tea/releases/download/v0.11.1/tea-0.11.1-linux-amd64
5 + chmod +x ./tea-0.11.1-linux-amd64
6 + sudo chown root:root ./tea-0.11.1-linux-amd64
7 + sudo mv ./tea-0.11.1-linux-amd64 /usr/local/bin/tea
8 + ```
9 +
10 + Add tea login:
11 +
12 + ```bash
13 + tea logins add --helper
14 + ```
Newer Older