We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
exec $SHELL
1 parent 42fbb19 commit 5e1e63dCopy full SHA for 5e1e63d
README.md
@@ -2,7 +2,7 @@
2
3
[`install.sh`](./install.sh) is delivered when you `curl tea.xyz`.
4
5
-# GitHub Action 0.12.3
+# GitHub Action 0.12.4
6
7
This repository also provides the `tea` GitHub Action.
8
install.sh
@@ -511,10 +511,10 @@ install)
511
gum_func format -- <<-EoMD
512
# you’re all set!
513
514
- this terminal session doesn’t have tea’s magic loaded.
515
- **open a new tab** and try \`tea\` out:
+ try it out:
516
517
- \`wget -qO- tea.xyz/white-paper | glow -\`
+ \`exec $SHELL\` # or open a new tab
+ \`wget -qO- tea.xyz/white-paper | glow -\`
518
EoMD
519
fi
520
elif test -n "$TEA_IS_CURRENT"; then
0 commit comments