Skip to content

Commit 8b02bee

Browse files
committed
update news and coffee grinder
1 parent b8ce639 commit 8b02bee

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config/commands.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,20 @@ const commands = {
743743
)}\r\n`,
744744
1 * timeUnit
745745
);
746+
await term.delayStylePrint(
747+
`To learn more about this release, RTFM at: ${colorText(
748+
"https://bit.ly/rvfund4",
749+
"hyperlink"
750+
)}\r\n`,
751+
0.5 * timeUnit
752+
);
753+
await term.delayStylePrint(
754+
`or remote into our coffee grinder at: ${colorText(
755+
"https//rootventures.coffee",
756+
"hyperlink"
757+
)}\r\n`,
758+
0.5 * timeUnit
759+
);
746760
await term.delayPrint(
747761
"Note that VERSION 4.0 is an unstable build of the terminal.\r\n",
748762
1 * timeUnit

0 commit comments

Comments
 (0)