From 5c4335ec6aef257910547c7b06f976fd23d6abfe Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sun, 6 Mar 2022 14:56:04 -0400 Subject: [PATCH] docs: include guide command in greeting message --- api.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api.go b/api.go index 2ecac5d..787f881 100644 --- a/api.go +++ b/api.go @@ -50,6 +50,7 @@ func hilbishLoader(L *lua.LState) int { greeting = `Welcome to {magenta}Hilbish{reset}, {cyan}` + curuser.Username + `{reset}. The nice lil shell for {blue}Lua{reset} fanatics! +Check out the {blue}{bold}guide{reset} command to get started. ` if runtime.GOOS == "windows" {