From 9a1b2765a15c8a04f305c79d2fcb2793452cc4c2 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Tue, 2 May 2023 22:35:03 -0500 Subject: [PATCH] fixed: install page --- www/templates/pages/docs/install.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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

-- 2.25.1