diff --git a/assets/gui-image.png b/assets/gui-image.png new file mode 100644 index 0000000..d0d0b8e Binary files /dev/null and b/assets/gui-image.png differ diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index cffdcec..08a98d6 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -26,6 +26,7 @@ * [FAQ](FAQ.md) * [Uninstalling `tea`](appendix/uninstall-tea.md) * [GitHub Actions](appendix/github-actions.md) +* [`tea/gui`](appendix/tea-gui.md) * [The `tea` One-Liner](using-tea/the-tea-one-liner.md) * [Troubleshooting](troubleshooting.md) * [Suffix](appendix.md) diff --git a/docs/appendix/tea-gui.md b/docs/appendix/tea-gui.md new file mode 100644 index 0000000..b3b1a83 --- /dev/null +++ b/docs/appendix/tea-gui.md @@ -0,0 +1,13 @@ +# `tea/gui` + +Introduing the `tea/gui` — a visual package manager that lets you browse, install, and update open-source software in a snap. Say goodbye to manual updates and hello to streamlined development. + +![tea/gui](../../assets/gui-image.png) + +## Download `tea/gui` + +Download the latest version of `tea/gui` [here](https://tea.xyz/gui). + +## Open Source + +Of course, `tea/gui` is open-source and available on GitHub. We love new contributions. If you have a feature that `tea/gui` should include, please feel free to contribute. You can find the source code on [GitHub](https://github.com/teaxyz/gui).