docs: include guide command in greeting message

windows-fixes
TorchedSammy 2022-03-06 14:56:04 -04:00
parent 99c9e95eeb
commit 5c4335ec6a
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 0 deletions

1
api.go
View File

@ -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" {