From: Brendan Hansen Date: Wed, 3 May 2023 03:35:03 +0000 (-0500) Subject: fixed: install page X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=9a1b2765a15c8a04f305c79d2fcb2793452cc4c2;p=onyxlang.io.git fixed: install page --- diff --git a/www/templates/pages/docs/install.html b/www/templates/pages/docs/install.html index d626fd6..474bb52 100644 --- a/www/templates/pages/docs/install.html +++ b/www/templates/pages/docs/install.html @@ -54,14 +54,15 @@ Onyx toolchain version v0.1.0 The toolchain for the Onyx programming language, created by Brendan Hansen. Usage: - onyx <subcommand> + onyx <subcommand> Subcommands: - help Shows this help message. Use "onyx help ". - build Compiles an Onyx program into an executable. - run Compiles and runs an Onyx program, all at once. - check Checks syntax and types of an Onyx program. - package Package manager + help Shows this help message. Use "onyx help <subcommand>". + build Compiles an Onyx program into an executable. + run Compiles and runs an Onyx program, all at once. + check Checks syntax and types of an Onyx program. + watch Continuously rebuilds an Onyx program on file changes. + package Package manager