From 7046653548b908e652593bc4f13f5a80c80afa33 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Thu, 23 Mar 2023 16:42:41 -0600 Subject: [PATCH] add something to fill the void See https://github.com/teaxyz/cli/issues/449#issuecomment-1474428546 --- docs/using-tea/README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/using-tea/README.md b/docs/using-tea/README.md index e69de29..8f3d952 100644 --- a/docs/using-tea/README.md +++ b/docs/using-tea/README.md @@ -0,0 +1,28 @@ + +# Sandbox Usage + +Without any other setup, play with the tools you want temporarily: + +`sh <(curl https://tea.xyz) +python.org +pip.pypa.io sh` + + +# ... or With tea Installed + +Same as above, but with 'tea' instead of the "sh <(...)", thus: + +`tea +python.org +pip.pypa.io sh` + + +# ... or With a [Developer Environment](https://docs.tea.xyz/features/developer-environments): + +Add the tool dependencies to your dev docs and enter a shell where it's all available: + +`tea -E sh` + + + +# ... and With [Magic](https://docs.tea.xyz/features/magic) + +`cd my-sandboxed-project` + +... and everything is just _there_.