Skip to content

Commit 5e1e63d

Browse files
committed
Suggest exec $SHELL
1 parent 42fbb19 commit 5e1e63d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[`install.sh`](./install.sh) is delivered when you `curl tea.xyz`.
44

5-
# GitHub Action 0.12.3
5+
# GitHub Action 0.12.4
66

77
This repository also provides the `tea` GitHub Action.
88

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,10 +511,10 @@ install)
511511
gum_func format -- <<-EoMD
512512
# you’re all set!
513513
514-
this terminal session doesn’t have tea’s magic loaded.
515-
**open a new tab** and try \`tea\` out:
514+
try it out:
516515
517-
\`wget -qO- tea.xyz/white-paper | glow -\`
516+
\`exec $SHELL\` # or open a new tab
517+
\`wget -qO- tea.xyz/white-paper | glow -\`
518518
EoMD
519519
fi
520520
elif test -n "$TEA_IS_CURRENT"; then

0 commit comments

Comments
 (0)