fixed: install page
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 3 May 2023 03:35:03 +0000 (22:35 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 3 May 2023 03:35:03 +0000 (22:35 -0500)
www/templates/pages/docs/install.html

index d626fd6fbfcc9d75552399f968db8815014bb319..474bb5299bd962ab28fbd133c8468d45dcd38b58 100644 (file)
@@ -54,14 +54,15 @@ Onyx toolchain version v0.1.0
 The toolchain for the Onyx programming language, created by Brendan Hansen.
 
 Usage:
-       onyx &lt;subcommand&gt;
+        onyx &lt;subcommand&gt;
 
 Subcommands:
-       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.
-       package   Package manager</code></pre>
+        help      Shows this help message. Use "onyx help &lt;subcommand&gt;".
+        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</code></pre>
                 </li>
             </ol>
         </p>