2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-04 20:53:24 +00:00

docs(website/getting-started): fix warning shortcode

This commit is contained in:
TorchedSammy 2022-07-09 12:50:02 -04:00
parent 7e85ee1ac3
commit 9757b1d16e
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -14,7 +14,7 @@ To exit, you can either run the `exit` command or hit Ctrl+D.
There are a few ways to make Hilbish your default shell. A simple way is
to make it your user/login shell.
{{ warning "It is not recommended to set Hilbish as your login shell. That is expected to be a
{{< warning "It is not recommended to set Hilbish as your login shell. That is expected to be a
POSIX compliant shell, which Hilbish is not. At most, there will just be a
few variables missing in your environment" >}}