add suggestion to run guide

This commit is contained in:
b1ek 2023-03-23 09:55:57 +10:00
parent 9c15b76a7a
commit 8831b6931f
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
module.exports = (dom) => {
const terminal = dom.terminal;
terminal.writeln('Welcome to my online resume!')
terminal.writeln('Type \033[1;32mhelp\033[0m for list of commands')
terminal.writeln('Welcome to my online resume!');
terminal.writeln('Type \033[1;32mhelp\033[0m for list of commands');
terminal.writeln('Type \033[1;32mguide\033[0m for help');
terminal.writeln('Use \033[1;33mAlt+C/V\033[0m to copy or paste');
terminal.writeln('');